Skip to content

Commit b60cbe5

Browse files
committed
installed jest globally
1 parent 01f2097 commit b60cbe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: npm install
3333
- name: Run all tests
34-
run: NODE_ENV=test jest --bail
34+
run: npm run jest NODE_ENV=test --bail
3535

3636
# Runs a set of commands using the runners shell
3737
- name: Run a multi-line script

0 commit comments

Comments
 (0)