Skip to content

Commit

Permalink
Merge pull request #1 from MikeMcC399/update/examples-version
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Dec 16, 2022
2 parents dc55254 + 71c536f commit a0c0d37
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/example-basic-pnpm.yml
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Cypress tests
# normally you would write
# uses: cypress-io/github-action@v2
# uses: cypress-io/github-action@v5
uses: ./
# the parameters below are only necessary
# because we are running these examples in a monorepo
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:

- name: Cypress tests
# normally you would write
# uses: cypress-io/github-action@v2
# uses: cypress-io/github-action@v5
uses: ./
# the parameters below are only necessary
# because we are running these examples in a monorepo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/example-basic.yml
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Cypress tests
# normally you would write
# uses: cypress-io/github-action@v2
# uses: cypress-io/github-action@v5
uses: ./
# the parameters below are only necessary
# because we are running these examples in a monorepo
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Cypress tests
# normally you would write
# uses: cypress-io/github-action@v2
# uses: cypress-io/github-action@v5
uses: ./
# the parameters below are only necessary
# because we are running these examples in a monorepo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-component-test.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Cypress run
uses: cypress-io/github-action@v4
uses: cypress-io/github-action@v5
with:
working-directory: examples/v10/component-tests
component: true
10 changes: 5 additions & 5 deletions .github/workflows/example-recording.yml
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Cypress tests
# normally you would write
# uses: cypress-io/github-action@v2
# uses: cypress-io/github-action@v5
uses: ./
# let's give this action an ID so we can refer
# to its output values later
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Cypress tests
# normally you would write
# uses: cypress-io/github-action@v2
# uses: cypress-io/github-action@v5
uses: ./
with:
working-directory: examples/v9/recording
Expand All @@ -73,7 +73,7 @@ jobs:

- name: Cypress tests
# normally you would write
# uses: cypress-io/github-action@v2
# uses: cypress-io/github-action@v5
uses: ./
# let's give this action an ID so we can refer
# to its output values later
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:

- name: Cypress tests
# normally you would write
# uses: cypress-io/github-action@v2
# uses: cypress-io/github-action@v5
uses: ./
with:
working-directory: examples/v10/recording
Expand All @@ -118,4 +118,4 @@ jobs:
env:
# pass the Dashboard record key as an environment variable
CYPRESS_RECORD_KEY: ${{ secrets.EXAMPLE_RECORDING_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a0c0d37

Please sign in to comment.