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

refactor: Updates app #8

refactor: Updates app

refactor: Updates app #8

Workflow file for this run

name: Integration
on: [pull_request]
jobs:
cypress:
runs-on: ubuntu-latest
strategy:
matrix:
machines: [1, 2, 3]
steps:
- name: Checkout
uses: actions/checkout@main
- name: Install
run: npm ci
- name: Build
run: npm run build
- name: Test
uses: cypress-io/github-action@v2
with:
browser: chrome
headless: true
start: npm run test:integration:run