Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
refactor(infra): Cypress change
Browse files Browse the repository at this point in the history
  • Loading branch information
eluciano11 committed Dec 4, 2023
1 parent 6afcfde commit 22bb9ad
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
name: Integration
on: [pull_request]
jobs:
cypress:
cypress-run:
runs-on: ubuntu-latest
strategy:
matrix:
machines: [1, 2, 3]
steps:
- name: Checkout
uses: actions/checkout@main
uses: actions/checkout@v4

- name: Install
run: npm ci

- name: Build
run: npm run build

- name: Test
uses: cypress-io/github-action@v2
uses: cypress-io/github-action@v6
with:
browser: chrome
headless: true
start: npm run test:integration:run
build: npm run build
start: npm start

0 comments on commit 22bb9ad

Please sign in to comment.