We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255b5ca commit 8c08ef1Copy full SHA for 8c08ef1
dockerfiles/tests/Dockerfile
@@ -8,7 +8,7 @@ COPY ./tests/package-lock.json package-lock.json
8
COPY ./tests/cypress.config.ts cypress.config.ts
9
COPY ./tests/run-tests.sh run-tests.sh
10
11
-RUN npm install
+RUN npm install && chmod +x run-tests.sh
12
13
COPY ./tests/cypress cypress
14
0 commit comments