Fix/smoke test flag (#1545)
* fix: fix smoke test flag logic * fix: fix smoke test flag logic
This commit is contained in:
parent
a7768f154b
commit
83ea12b4cb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user