Skip to content

Commit

Permalink
Cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
suissa committed Jan 16, 2024
1 parent 9aedadc commit f999ac9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 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,7 @@ jobs:
start: npm start
wait-on: 'http://localhost:3000'
wait-on-timeout: 60
install: true
cache-key: cypress-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
cypress-version: '10.0.0' # ou a versão que você deseja

0 comments on commit f999ac9

Please sign in to comment.