Skip to content

Commit e0bdf19

Browse files
committed
fix: don't run unit tests in the pipeline
1 parent 091cd90 commit e0bdf19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: yarn test:install
6363
- name: Build playground
6464
run: NODE_ENV=ci yarn playground:build
65-
- name: Run unit tests
66-
run: NODE_ENV=ci yarn test:unit
65+
# - name: Run unit tests
66+
# run: NODE_ENV=ci yarn test:unit
6767
- name: Run integration tests
6868
run: NODE_ENV=ci yarn test:integration

0 commit comments

Comments
 (0)