Skip to content

Commit

Permalink
fix: don't run unit tests in the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
boazpoolman committed Sep 30, 2024
1 parent 091cd90 commit e0bdf19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: yarn test:install
- name: Build playground
run: NODE_ENV=ci yarn playground:build
- name: Run unit tests
run: NODE_ENV=ci yarn test:unit
# - name: Run unit tests
# run: NODE_ENV=ci yarn test:unit
- name: Run integration tests
run: NODE_ENV=ci yarn test:integration

0 comments on commit e0bdf19

Please sign in to comment.