diff --git a/.github/workflows/ncc_workflow.yml b/.github/workflows/ncc_workflow.yml index 2289083..821be33 100644 --- a/.github/workflows/ncc_workflow.yml +++ b/.github/workflows/ncc_workflow.yml @@ -76,8 +76,9 @@ jobs: echo "phpunit-exists=false" >> $GITHUB_ENV fi - - name: Print phpunit-exists - run: echo "phpunit-exists=$phpunit-exists" + - name: Set output + id: set-output + run: echo "::set-output name=phpunit-exists::$(grep 'phpunit-exists' $GITHUB_ENV | cut -d '=' -f 2)" test: needs: [build, check-phpunit]