Skip to content

Commit 23f41ef

Browse files
authored
Merge pull request #10 from kenfdev/add-actions
fix actions
2 parents 6d0e50c + 5a248de commit 23f41ef

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,5 @@ jobs:
3434
- name: Install dependencies
3535
run: npm install
3636

37-
- name: Unit Test with coverage
38-
uses: mattallty/jest-github-action@v1
39-
env:
40-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41-
with:
42-
test-command: "npm test"
43-
working-directory: "server"
37+
- name: Unit Test
38+
run: npm test

0 commit comments

Comments
 (0)