Skip to content

Commit

Permalink
REVERTME: simulate phpunit not doing anything
Browse files Browse the repository at this point in the history
  • Loading branch information
noahtallen committed May 8, 2023
1 parent 3461d48 commit 151c7fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,13 @@ jobs:
if: ${{ ! matrix.multisite }}
run: |
set -o pipefail
npm run test:unit:php | tee phpunit.log
echo "nothing happened" | tee phpunit.log
- name: Running multisite unit tests
if: ${{ matrix.multisite }}
run: |
set -o pipefail
npm run test:unit:php:multisite | tee phpunit.log
echo "nothing happened" | tee phpunit.log
# Verifies that PHPUnit actually runs in the first place. We want visibility
# into issues which can cause it to fail silently, so we check the output
Expand Down

0 comments on commit 151c7fc

Please sign in to comment.