Skip to content

Update README.md

Update README.md #5

Workflow file for this run

name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Cypress Tests 🧪
uses: cypress-io/github-action@v5
with:
start: 'npm run dev'
build: 'npm run build'
- uses: actions/upload-artifact@v3
if: always()
with:
name: Cypress Result
path: |
cypress/screenshots
cypress/videos
cypress/results
if-no-files-found: ignore