Skip to content

Commit

Permalink
ci: temporarily skip unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamaljsr committed Jun 6, 2024
1 parent f8ee034 commit 77a7c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- name: typescript compile
run: yarn tsc

- name: unit tests
run: yarn test:ci
# - name: unit tests
# run: yarn test:ci

- name: build check
run: yarn build
Expand Down

0 comments on commit 77a7c22

Please sign in to comment.