Skip to content

Commit

Permalink
update client test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Jan 26, 2024
1 parent 1c7166c commit f64cbfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
working-directory: ${{github.workspace}}/client
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js 18.13
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: 'client/.nvmrc'
cache: 'yarn'
Expand All @@ -36,7 +36,7 @@ jobs:
run: yarn install --immutable

- name: Cypress run
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
record: true
working-directory: client
Expand All @@ -61,7 +61,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
DEBUG: "cypress:server:args"

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots
Expand Down

0 comments on commit f64cbfc

Please sign in to comment.