Skip to content

Commit

Permalink
Merge pull request #762 from numerique-gouv/jonathanperret/fix-fixtur…
Browse files Browse the repository at this point in the history
…es-devdeps

Omit devDependencies again in fixtures workflow
  • Loading branch information
rdubigny authored Oct 16, 2024
2 parents afc1830 + 4b8eafb commit 34563ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
cache: "npm"
node-version-file: package.json
- run: npm ci
- run: npm ci --omit=dev # omit dev dependencies to simulate deployed environment
- run: npm run migrate up
- run: npm run fixtures:load-ci -- scripts/fixtures.sql
- run: npm run update-organization-info -- 500

0 comments on commit 34563ea

Please sign in to comment.