Skip to content

Commit

Permalink
run correct phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Mar 21, 2023
1 parent a4dedb3 commit b585449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
max_attempts: 3
command: composer --no-interaction --no-ansi --no-progress update -d dev
- name: Run DocFX Unit Test Suite
run: vendor/bin/phpunit -c dev/phpunit-docfx.xml.dist
run: dev/vendor/bin/phpunit -c dev/phpunit-docfx.xml.dist
- name: Run Docs Generator (Dry Run)
run: .kokoro/docs/publish.sh

0 comments on commit b585449

Please sign in to comment.