Fix/smoke test flag (#1545)

* fix: fix smoke test flag logic

* fix: fix smoke test flag logic
This commit is contained in:
Radosław Szpiech 2022-09-29 17:32:43 +02:00 committed by GitHub
parent a7768f154b
commit 83ea12b4cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ jobs:
######
- name: Set smoke tag if necessary
if: ${{ inputs.runAlltests==false }}
if: ${{ github.event.inputs.runAlltests==false }}
run: echo TAGS="--env.grepTags @smoke" >> $GITHUB_ENV
# To make sure that all Cypress binaries are installed properly