Skip to content

Commit 4936dea

Browse files
committed
fix test workflow for github action
1 parent 1b5d90d commit 4936dea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yml

-3
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,10 @@ jobs:
2727
install-command: install --immutable --silent
2828

2929
- name: Check types
30-
uses: borales/[email protected]
3130
run: typecheck
3231

3332
- name: Build
34-
uses: borales/[email protected]
3533
run: build
3634

3735
- name: Jest run
38-
uses: borales/[email protected]
3936
run: test

0 commit comments

Comments
 (0)