Skip to content

Commit 10dbfdb

Browse files
committed
+ Update gitlab action config.
1 parent d800b4b commit 10dbfdb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ jobs:
2525
run: npm ci
2626

2727
- name: Run test
28-
run: npm test
28+
uses: mattallty/jest-github-action@v1
29+
env:
30+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)