Skip to content

Commit

Permalink
Update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
renatonascalves committed Mar 19, 2024
1 parent 1b46465 commit 21b58b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ jobs:
npm run wp-env start -- --update
- name: Running single site unit tests
run: npm run phpunit
run: npm run test-php
if: ${{ success() || failure() }}

- name: Running multisite unit tests
run: npm run phpunit:mu
run: npm run test-php-multiste
if: ${{ success() || failure() }}

- name: Stop Docker environment
Expand Down

0 comments on commit 21b58b3

Please sign in to comment.