Skip to content

Commit

Permalink
fix: les migrations seront lancées dans les tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Nov 18, 2024
1 parent 7055d49 commit 76a61ea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
working-directory: ${{ inputs.app-dir }}
run: npm clean-install --no-audit --no-fund

- name: Prepare
working-directory: ${{ inputs.app-dir }}
run: npm run migrations --if-present

- name: Test
working-directory: ${{ inputs.app-dir }}
run: npm test
Expand Down

0 comments on commit 76a61ea

Please sign in to comment.