Skip to content

Commit 2ea5ba2

Browse files
authored
Merge pull request #66 from rtucek/revert-code-coverage
Revert code coverage report #65
2 parents 5ec5079 + c7a3f26 commit 2ea5ba2

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)