We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1e92c commit 864a708Copy full SHA for 864a708
.github/workflows/fixtures.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
cache: "npm"
39
node-version-file: package.json
40
- - run: npm ci --omit=dev
+ - run: npm ci --omit=dev # omit dev dependencies to simulate deployed environment
41
- run: npm run migrate up
42
- run: npm run fixtures:load-ci -- scripts/fixtures.sql
43
- run: npm run update-organization-info -- 500
0 commit comments