Fix tags in cypress nightly tests (#2745)

This commit is contained in:
Karolina Rakoczy 2022-11-30 17:15:39 +01:00 committed by GitHub
parent ea306ec11e
commit 689568694e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -243,7 +243,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CYPRESS_mailHogUrl: ${{ secrets.CYPRESS_MAILHOG }}
COMMIT_INFO_MESSAGE: Triggered via release - ${{github.event.client_payload.project}} ${{github.event.client_payload.version}}, ${{github.event.client_payload.pullRequestUrl}}
CYPRESS_grepTags: ${{steps.set-tag-for-tests.outputs.TEST_TAG}}
CYPRESS_grepTags: ${{steps.set-tag-for-tests.outputs.result}}
with:
parallel: true
group: 'UI - Chrome'