Skip to content

Commit

Permalink
test: example-docker use action from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Oct 14, 2023
1 parent d28bcda commit aecc55d
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 by the following for regular use:
# uses: cypress-io/github-action@v6
- uses: ./
with:
working-directory: examples/basic
browser: ${{ matrix.browser }}

0 comments on commit aecc55d

Please sign in to comment.