Skip to content

Commit eeab2d5

Browse files
authored
chore: fixing gha test command
1 parent c62dcd4 commit eeab2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-merge-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
npm i
4646
- name: Test coverage
4747
run: |
48-
npm run test:clean
48+
npm run test
4949
#jest --coverage --runInBand
5050
automerge:
5151
needs: build

0 commit comments

Comments
 (0)