Skip to content

Commit

Permalink
skip unit test as no meaningful test is being run: follow up #13
Browse files Browse the repository at this point in the history
  • Loading branch information
jackieli-tes committed Nov 1, 2022
1 parent 6bd47c3 commit 12721c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
${{ runner.os }}-yarn-
- name: Install Deps
run: yarn install --pure-lockfile
- name: Build & Test
run: yarn test
# - name: Build & Test
# run: yarn test
- name: Ensure dist/ folder is up-to-date
run: |
yarn build
Expand Down

0 comments on commit 12721c0

Please sign in to comment.