fix cypress tests
This commit is contained in:
parent
cbf7705598
commit
d391c6cb0d
|
@ -36,6 +36,7 @@ jobs:
|
||||||
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
|
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
working-directory: packages/webapp
|
||||||
record: true
|
record: true
|
||||||
start: npx http-server public --port 8000
|
start: npx http-server public --port 8000
|
||||||
wait-on: "http://localhost:8000"
|
wait-on: "http://localhost:8000"
|
||||||
|
|
Reference in New Issue