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

refactor: Updates app #6

refactor: Updates app

refactor: Updates app #6

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: yarn install --frozen-lockfile
- name: Build
run: yarn run build
- name: Test
uses: cypress-io/github-action@v2
with:
browser: chrome
headless: true
start: yarn run serve
wait-on: 'http://localhost:8000'