Skip to content

Commit e7fb212

Browse files
committed
test
1 parent b60cbe5 commit e7fb212

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