Skip to content

Commit

Permalink
Update GitHub tests
Browse files Browse the repository at this point in the history
  • Loading branch information
freescout-help-desk committed Jan 21, 2025
1 parent 66e19c9 commit eae5090
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
DB_PORT: ${{ job.services.postgres.ports[5432] }}

- name: Run PHP tests
with:
php-version: 8.2
run: php${{ matrix.php }} ./vendor/bin/phpunit
env:
DB_PORT: ${{ job.services.postgres.ports[5432] }}
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ jobs:
php${{ matrix.php }} artisan db:seed --force -n --database=testing
- name: Run PHP tests
with:
php-version: 8.2
run: php${{ matrix.php }} ./vendor/bin/phpunit

0 comments on commit eae5090

Please sign in to comment.