Skip to content

Commit

Permalink
Merge pull request #14 from suissa/develop
Browse files Browse the repository at this point in the history
Cypress test
  • Loading branch information
suissa authored Jan 16, 2024
2 parents 65d6056 + 0390d55 commit 9a0e408
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

- name: Install Dependencies
run: npm install
env:
cache-version: v1

- name: Run Build
run: npx next build
Expand All @@ -32,3 +34,4 @@ jobs:
start: npm start
wait-on: 'http://localhost:3000'
wait-on-timeout: 60
config-file: cypress.config.ts

0 comments on commit 9a0e408

Please sign in to comment.