Skip to content

Commit

Permalink
Updated github_ci.yml.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
Netkas committed Sep 24, 2024
1 parent 51bdb22 commit 8ceb675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ncc/Classes/PhpExtension/Templates/github_ci.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:
id: check
run: |
if [ -f phpunit.xml ]; then
echo "::set-output name=phpunit-exists::true"
echo "phpunit-exists=true" >> $GITHUB_OUTPUT
else
echo "::set-output name=phpunit-exists::false"
echo "phpunit-exists=false" >> $GITHUB_OUTPUT
fi

test:
Expand Down

0 comments on commit 8ceb675

Please sign in to comment.