Skip to content

Commit

Permalink
test: run component test example from current branch (#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored and ax-vasquez committed Aug 30, 2023
1 parent 44670f1 commit a28c1f3
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 a28c1f3

Please sign in to comment.