Skip to content

Commit c7c3898

Browse files
authored
Update unit_tests.yml
1 parent 2ec4970 commit c7c3898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111

1212
- name: package.json
13-
run: test -f package.json || npm init -y
13+
run: test-jest -f package.json || npm init -y
1414

1515
- name: Setup Node.js environment
1616
uses: actions/setup-node@v2.5.2

0 commit comments

Comments
 (0)