ci: fix cypress key arg
This commit is contained in:
parent
5250c64fbb
commit
e4cb2a36f9
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -110,7 +110,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
chmod u+x dev/cypress/ci-setup.sh
|
chmod u+x dev/cypress/ci-setup.sh
|
||||||
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" --config baseUrl=http://172.17.0.1:3000
|
||||||
|
|
||||||
arm:
|
arm:
|
||||||
name: ARM Build
|
name: ARM Build
|
||||||
|
Loading…
Reference in New Issue
Block a user