Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/armando/fix/CYCLOUD-1447' into a…
Browse files Browse the repository at this point in the history
…rmando/fix/CYCLOUD-1447
  • Loading branch information
ax-vasquez committed Aug 30, 2023
2 parents adebbb7 + 12dcc6e commit 19380ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/example-component-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Cypress run
uses: cypress-io/github-action@v5
# normally you would write
# uses: cypress-io/github-action@v5
uses: ./
with:
working-directory: examples/component-tests
component: true

0 comments on commit 19380ba

Please sign in to comment.