chore: fix smoke flag meaning (#1553)

This commit is contained in:
Radosław Szpiech 2022-09-29 19:11:52 +02:00 committed by GitHub
parent 22f4edff82
commit 98abe2910d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ on:
- stats-e2e
- token-e2e
- trading-e2e
runAlltests:
smokeOnly:
description: 'Run only smoke tests?'
required: true
type: boolean
@ -40,7 +40,7 @@ jobs:
#######
- name: Set smoke tag
if: ${{ github.event.inputs.runAlltests==false }}
if: ${{ github.event.inputs.smokeOnly==true }}
run: echo TAGS="--env.grepTags @smoke" >> $GITHUB_ENV
- name: Set --skip-nx-cache flag