Skip to content

Commit

Permalink
chore: update cypress github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed Jun 10, 2022
1 parent 71823f5 commit 1232e40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
working-directory: ${{ steps.createpath.outputs.project_path }}

- name: 🌲 Run cypress
uses: cypress-io/github-action@v2
uses: cypress-io/github-action@v4
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -155,8 +155,8 @@ jobs:
wait-on: 'http://localhost:8910'
working-directory: ./tasks/e2e
spec: |
cypress/integration/01-tutorial/*.spec.js
cypress/integration/04-logger/*.spec.js
cypress/e2e/01-tutorial/*.spec.js
cypress/e2e/04-logger/*.spec.js
tutorial-e2e-docs:
needs: only-doc-changes
Expand Down

0 comments on commit 1232e40

Please sign in to comment.