Skip to content

Commit

Permalink
ci: use test-ci job instead of regular test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastCicada committed Sep 26, 2023
1 parent 0f02bfa commit ac73578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: npm i -g @babel/cli sequelize-cli cross-env

- name: npm tests
run: npm run test
run: npm run test-ci

0 comments on commit ac73578

Please sign in to comment.