Skip to content

Commit

Permalink
Update cypress.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vantezzen committed Oct 20, 2024
1 parent 25783b7 commit 68699c0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "20"

- name: Install dependencies
run: npm ci

- name: Build packages
run: npm run build

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

0 comments on commit 68699c0

Please sign in to comment.