chore: fix live test workflow (#1882)
* chore: fix live test workflow * chore: fix live test workflow
This commit is contained in:
parent
0b6670633e
commit
1febd76511
5
.github/workflows/cypress-live-test.yml
vendored
5
.github/workflows/cypress-live-test.yml
vendored
@ -23,8 +23,9 @@ jobs:
|
||||
with:
|
||||
browser: chrome
|
||||
record: true
|
||||
baseUrl: ${{ github.event.inputs.url }}
|
||||
project: ./apps/trading-e2e
|
||||
config: baseUrl=${{ github.event.inputs.url }}
|
||||
env: grepTags=@live
|
||||
env:
|
||||
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
grepTags: '@live'
|
||||
|
Loading…
Reference in New Issue
Block a user