Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ajperezbau committed May 11, 2023
1 parent 8fa1749 commit 4e9702c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Install deps
uses: cypress-io/github-action@v5
with:
runTests: false

- name: Cypress run
uses: cypress-io/github-action@v5
timeout-minutes: 60
timeout-minutes: 60
with:
install: false
working-directory: packages/x-components

0 comments on commit 4e9702c

Please sign in to comment.