Fixing bad file name

This commit is contained in:
David Négrier 2020-04-16 00:13:40 +02:00
parent 75941a5c68
commit c0f2b890ef

View file

@ -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