Skip to content

Commit

Permalink
separate install
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Nov 16, 2024
1 parent a89d0b3 commit c33753f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/example-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- run: npm install
working-directory: examples/basic

- name: Cypress tests
# normally you would write
# uses: cypress-io/github-action@v6
Expand All @@ -31,3 +34,4 @@ jobs:
# print information about detected browsers, etc
# see https://on.cypress.io/command-line#cypress-info
build: npx cypress info
install: false

0 comments on commit c33753f

Please sign in to comment.