Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
devknown authored Jun 20, 2023
1 parent c38b664 commit 711b38f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: php-actions/phpunit@v3

- name: Test
run: vendor/bin/phpunit tests/Devknown/AlphaIDTest.php
run: phpunit tests/Devknown/AlphaIDTest.php

build:

Expand Down

0 comments on commit 711b38f

Please sign in to comment.