Skip to content

Commit 2d4bd63

Browse files
authored
test: example-docker use action from branch (#1055)
1 parent d28bcda commit 2d4bd63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/example-docker.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
options: --user 1001
2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: cypress-io/github-action@v6
22+
# replace with the following for regular use:
23+
# uses: cypress-io/github-action@v6
24+
- uses: ./
2325
with:
2426
working-directory: examples/basic
2527
browser: ${{ matrix.browser }}

0 commit comments

Comments
 (0)