Skip to content

Commit 49fc41e

Browse files
committed
ci: Remove jest job.
1 parent 95fe0d7 commit 49fc41e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ jobs:
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
- run: yarn install --ignore-engines --frozen-lockfile
21-
- run: yarn test
21+
- run: yarn run type
22+
# Our fake git commit system doesnt work in GH jobs
23+
# - run: yarn run jest
24+
- run: yarn run lint

0 commit comments

Comments
 (0)