diff --git a/.github/workflows/pytest-workflow.yml b/.github/workflows/pytest-workflow.yml index a7ac4988..cc0c8148 100644 --- a/.github/workflows/pytest-workflow.yml +++ b/.github/workflows/pytest-workflow.yml @@ -26,7 +26,7 @@ jobs: id: yq_modules run: | output=$(echo ${{ steps.filter.outputs.changes }} | yq e 'length' -) - echo "::set-output name=proceed::$(if (test $output -lt 42); then return 0 else return 1 fi)" + echo "::set-output name=proceed::$(if (test $output -lt 42); then return 0; else return 1; fi)"