Skip to content

Commit

Permalink
user docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-jackson committed Mar 25, 2024
1 parent c8e36ae commit 8b501ae
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- 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/
- run: touch local.env

- run: make test

0 comments on commit 8b501ae

Please sign in to comment.