Skip to content

Commit a74b533

Browse files
Better testing experience
1 parent 1e03020 commit a74b533

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/testing.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
run: |
2222
yarn lint --max-warnings=0
2323
24-
- name: Run test
25-
run: |
26-
yarn test
24+
- name: Run tests
25+
uses: willcaul/jest-github-action@v4
26+
env:
27+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
with:
29+
test-command: "yarn test"

0 commit comments

Comments
 (0)