Skip to content

Commit

Permalink
test: example-docker use action from branch (#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Oct 17, 2023
1 parent d28bcda commit 2d4bd63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/example-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
options: --user 1001
steps:
- uses: actions/checkout@v4
- uses: cypress-io/github-action@v6
# replace with the following for regular use:
# uses: cypress-io/github-action@v6
- uses: ./
with:
working-directory: examples/basic
browser: ${{ matrix.browser }}

0 comments on commit 2d4bd63

Please sign in to comment.