Skip to content

Commit

Permalink
🧱 ci: atualizando o cypress.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoDorea authored Mar 12, 2024
1 parent 44aa365 commit ecd6707
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,21 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

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

- name: Install dependencies
run: npm ci

- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm start
command: npm run cy:basico
browser: chrome
record: true


env:
Expand Down

0 comments on commit ecd6707

Please sign in to comment.