chore: fix live test workflow (#1882)

* chore: fix live test workflow

* chore: fix live test workflow
This commit is contained in:
Radosław Szpiech 2022-10-27 12:40:30 +02:00 committed by GitHub
parent 0b6670633e
commit 1febd76511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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