Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
karinocheretny authored Dec 4, 2023
1 parent ca61cca commit 730941e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install Dependencies
- run: npm install
run: npm install

- name: Set Up Database
- run: npx sequelize-cli db:migrate --env test
- run: npx sequelize-cli db:seed:all --env test
run: npx sequelize-cli db:migrate --env test
run: npx sequelize-cli db:seed:all --env test

- name: Run Tests
- run: npm test
run: npm test

0 comments on commit 730941e

Please # to comment.