Skip to content

Commit

Permalink
failtest
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed May 13, 2024
1 parent ef0b764 commit cb7f4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
if: ${{ !cancelled() && matrix.os == 'ubuntu-latest' }}
run: |
# There is one failure (exit with error 2, because some are fixable).
expectedcode=2
expectedcode=22
vendor/bin/phpcs --standard=moodle moodle/Tests/fixtures/integration_test_ci.php | tee output.txt
exitcode="${PIPESTATUS[0]}"
if [[ "${exitcode}" = "${expectedcode}" ]]; then
Expand Down

0 comments on commit cb7f4ad

Please sign in to comment.