Skip to content

Commit

Permalink
PHPCS & PHP Testing Workflow File Sync [Runner ID: 81]
Browse files Browse the repository at this point in the history
  • Loading branch information
Workflow Sync Bot committed Apr 30, 2024
1 parent 04e00da commit 2e08c54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
secrets: ${{ toJSON( secrets ) }}
cache-suffix: ${{ inputs.cache-suffix }}

- name: Install NPM Dependencies
run: npm ci && npm run build

- name: Run Tests
run: composer run tests

Expand Down

0 comments on commit 2e08c54

Please sign in to comment.