Skip to content

Commit

Permalink
use php-setup to set ini
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-jackson committed Mar 25, 2024
1 parent f9d3b64 commit c8e36ae
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- run: make test
- uses: shivammathur/setup-php@v2
with:
ini-values: variables_order=EGPCS
tools: composer, phpunit

- name: Unit Tests
run: |
composer install
./vendor/bin/phpunit --process-isolation tests/

0 comments on commit c8e36ae

Please sign in to comment.