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 b330a7c commit 774f301
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,14 @@ jobs:
install: false
browser: chrome
start: npm run serve
working-directory: packages/x-components
working-directory: packages/x-components

- name: Cypress run component
uses: cypress-io/github-action@v5
timeout-minutes: 60
with:
install: false
browser: chrome
start: npm run serve
working-directory: packages/x-components
component: true

0 comments on commit 774f301

Please sign in to comment.