Skip to content

Commit c7a3f26

Browse files
committed
Revert "Merge pull request #65 from rtucek/code-coverage"
This reverts commit 5ec5079, reversing changes made to 93f5c22. Revert necessary due to mattallty/jest-github-action#41.
1 parent 5ec5079 commit c7a3f26

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci-testing.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,4 @@ jobs:
3838
run: yarn install --frozen-lockfile
3939

4040
- name: Unit Test
41-
uses: mattallty/jest-github-action@v1
42-
env:
43-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44-
with:
45-
test-command: "yarn run test:unit"
41+
run: yarn run test:unit

0 commit comments

Comments
 (0)