Skip to content

Commit

Permalink
⚗️ Fixed test suffix in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
zwaans committed Apr 17, 2024
1 parent d03227b commit 032d70c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- uses: php-actions/phpunit@v3
with:
test_suffix: Test.php
bootstrap: vendor/autoload.php

0 comments on commit 032d70c

Please sign in to comment.