Skip to content

Commit 290cada

Browse files
committed
chore: try running only the e2e tests in the pipeline
1 parent 8b0f41b commit 290cada

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
run: yarn playground:build
5353
# - name: Run unit tests
5454
# run: yarn test:unit
55-
- name: Run integration tests
56-
run: yarn run -s test:integration
55+
# - name: Run integration tests
56+
# run: yarn run -s test:integration
5757
- name: Run end-to-end tests
5858
uses: cypress-io/github-action@v6
5959
with:

0 commit comments

Comments
 (0)