Skip to content

Commit

Permalink
Pause PHPunit on test_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jglass-st committed Dec 19, 2024
1 parent 9318a6d commit b72f760
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
- name: Generate Key
run: php artisan key:generate
- name: Execute tests (Unit and Feature tests) via PHPUnit
env:
DB_PORT: 5432
run: vendor/bin/phpunit
# Awaiting PSQL container or service setup
# - name: Execute tests (Unit and Feature tests) via PHPUnit
# env:
# DB_PORT: 5432
# run: vendor/bin/phpunit

0 comments on commit b72f760

Please sign in to comment.