Skip to content

Commit

Permalink
Attempt to use cypress action to insure its installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed Oct 17, 2024
1 parent 3851cf8 commit 8b9ab2d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,16 @@ jobs:
BACKEND_DIR: ./backend
steps:
- uses: actions/checkout@v3
- name: Cache Cypress binaries
uses: actions/cache@v4
with:
path: ~/.cache/Cypress
key: cypress-${{ runner.os }}-${{ hashFiles('pnpm-lock.json') }}
- uses: ./.github/actions/pnpm-node-install
name: Install Node, pnpm and dependencies.
with:
node-version: 22.7.0
pnpm-version: 9.7.0
pnpm-install-args: --no-frozen-lockfile
- name: Install Cypress
uses: cypress-io/github-action@v6
with:
runTests: false
- uses: ./.github/actions/poetry-python-install
name: Install Python, poetry and Python dependencies
with:
Expand Down

0 comments on commit 8b9ab2d

Please sign in to comment.