Skip to content

Commit 0d5eebc

Browse files
committed
revert
1 parent e7fb212 commit 0d5eebc

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: jest NODE_ENV=test --bail
34+
run: npm run 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)