Skip to content

Commit

Permalink
Update NCC workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Netkas committed Sep 24, 2024
1 parent 2477d81 commit e333821
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ncc_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e333821

Please sign in to comment.