Skip to content

Commit

Permalink
ci: run sync with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamensuli committed Jul 9, 2024
1 parent ac4e42d commit a288def
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache: "npm"
- run: npm ci --force
- run: npm run build --if-present
- run: npx nodefony sequelize sync
- run: npm run nodefony -- sequelize sync
- run: ./src/nodefony/bin/nodefony prod
- run: npm test

Expand All @@ -48,7 +48,7 @@ jobs:
cache: "npm"
- run: npm ci --force
- run: npm run build --if-present
- run: npx nodefony sequelize sync
- run: npm run nodefony -- sequelize sync
- run: ./src/nodefony/bin/nodefony prod
- run: npm test

Expand All @@ -70,6 +70,6 @@ jobs:
- run: npm cache clean --force
- run: npm ci --force
- run: npm run build --if-present
- run: npx nodefony sequelize sync
- run: npm run nodefony -- sequelize sync
- run: ./src/nodefony/bin/nodefony prod
- run: npm test

0 comments on commit a288def

Please sign in to comment.