Skip to content

Commit

Permalink
Add cypress install commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
timcosgrove committed Dec 3, 2024
1 parent 8abdf0f commit 51e54c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ runs:
- name: Install dependencies
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd # v2.8.3
with:
command: yarn install --frozen-lockfile --prefer-offline --production=false
command: |
yarn install --frozen-lockfile --prefer-offline --production=false
npx cypress install
npx cypress --version
max_attempts: 3
timeout_minutes: 7
env:
Expand Down

0 comments on commit 51e54c6

Please sign in to comment.