Skip to content

Commit

Permalink
Update test-pgsql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
freescout-help-desk committed Oct 4, 2023
1 parent 1fc7042 commit 12dcdfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:

- name: Migrate and seed the database
run: |
php${{ matrix.php }} artisan migrate --force -n --database=testing
php${{ matrix.php }} artisan db:seed --force -n --database=testing
php${{ matrix.php }} artisan migrate --force -n --database=testing_pgsql
php${{ matrix.php }} artisan db:seed --force -n --database=testing_pgsql
env:
DB_PORT: ${{ job.services.postgres.ports[5432] }}

Expand Down

0 comments on commit 12dcdfb

Please sign in to comment.