We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091cd90 commit e0bdf19Copy full SHA for e0bdf19
.github/workflows/tests.yml
@@ -62,7 +62,7 @@ jobs:
62
run: yarn test:install
63
- name: Build playground
64
run: NODE_ENV=ci yarn playground:build
65
- - name: Run unit tests
66
- run: NODE_ENV=ci yarn test:unit
+ # - name: Run unit tests
+ # run: NODE_ENV=ci yarn test:unit
67
- name: Run integration tests
68
run: NODE_ENV=ci yarn test:integration
0 commit comments