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 e86bc52 commit 2477d81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ncc_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ jobs:
echo "phpunit-exists=false" >> $GITHUB_ENV
fi
- name: Print phpunit-exists
run: echo "phpunit-exists=$phpunit-exists"

test:
needs: [build, check-phpunit]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2477d81

Please sign in to comment.