Skip to content

Commit

Permalink
Added fixture import to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Apr 10, 2024
1 parent f32ce20 commit 6a10420
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ldog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ jobs:
env:
DB_PORT: ${{ job.services.mysql.ports['3306'] }}

- name: Import Fixturess
run: php artisan doctrine:data-fixtures:import default
env:
DB_PORT: ${{ job.services.mysql.ports['3306'] }}

- name: Test Code Quality
run: composer test
env:
Expand Down

0 comments on commit 6a10420

Please sign in to comment.