Skip to content

Commit 02c1997

Browse files
authored
test: run component test example from current branch (#1013)
1 parent d5d4c90 commit 02c1997

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/example-component-test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v3
1515
- name: Cypress run
16-
uses: cypress-io/github-action@v5
16+
# normally you would write
17+
# uses: cypress-io/github-action@v5
18+
uses: ./
1719
with:
1820
working-directory: examples/component-tests
1921
component: true

0 commit comments

Comments
 (0)