Skip to content

Commit

Permalink
Pause CI phpunit runs
Browse files Browse the repository at this point in the history
  • Loading branch information
jglass-st committed Dec 19, 2024
1 parent d466e40 commit 9318a6d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ 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
deploy-production:
name: Deploy Project to PRODUCTION Server
runs-on: self-hosted
Expand Down

0 comments on commit 9318a6d

Please sign in to comment.