Browse Source
ci: allow reruns of same cypress build
pull/5021/head
Nicolas Giard
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/build.yml
|
|
@ -110,7 +110,7 @@ jobs: |
|
|
|
run: | |
|
|
|
chmod u+x dev/cypress/ci-setup.sh |
|
|
|
dev/cypress/ci-setup.sh |
|
|
|
docker run --name cypress --ipc=host --shm-size 1G -v $GITHUB_WORKSPACE:/e2e -w /e2e cypress/included:4.9.0 --record --key "$CYPRESS_KEY" --headless --group "$MATRIXENV" --ci-build-id "$REL_VERSION_STRICT" --config baseUrl=http://172.17.0.1:3000 |
|
|
|
docker run --name cypress --ipc=host --shm-size 1G -v $GITHUB_WORKSPACE:/e2e -w /e2e cypress/included:4.9.0 --record --key "$CYPRESS_KEY" --headless --group "$MATRIXENV" --ci-build-id "$REL_VERSION_STRICT-run.$GITHUB_RUN_ATTEMPT" --tag "$REL_VERSION_STRICT" --config baseUrl=http://172.17.0.1:3000 |
|
|
|
|
|
|
|
arm: |
|
|
|
name: ARM Build |
|
|
|