Skip to content

Commit

Permalink
fix test file path
Browse files Browse the repository at this point in the history
  • Loading branch information
anamontiaga committed Feb 19, 2024
1 parent 20480a0 commit bada665
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/testing-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,23 @@ on:
jobs:
cypress-run:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: ${{github.workspace}}/client
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Use Node.js 18.13
uses: actions/setup-node@v3
with:
node-version-file: 'client/.nvmrc'
cache: 'yarn'
cache-dependency-path: client/yarn.lock

- name: Install dependencies
run: yarn install --immutable

- name: Cypress run
uses: cypress-io/github-action@v6
with:
Expand Down

0 comments on commit bada665

Please sign in to comment.