actually keep recording...
This commit is contained in:
parent
9ae5a8df0b
commit
380e786b94
|
@ -30,6 +30,6 @@ 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:
|
||||||
record: false
|
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