Fixing bad file name
This commit is contained in:
parent
75941a5c68
commit
c0f2b890ef
2
.github/workflows/build-and-deploy.yml
vendored
2
.github/workflows/build-and-deploy.yml
vendored
@ -90,7 +90,7 @@ jobs:
|
||||
CYPRESS_BASE_URL: http://${{ env.GITHUB_REF_SLUG }}.workadventure.test.thecodingmachine.com
|
||||
with:
|
||||
env: host=${{ env.GITHUB_REF_SLUG }}.workadventure.test.thecodingmachine.com,port=80
|
||||
spec: cypress/integration/spec1.js
|
||||
spec: cypress/integration/spec.js
|
||||
wait-on: http://${{ env.GITHUB_REF_SLUG }}.workadventure.test.thecodingmachine.com
|
||||
working-directory: e2e
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user