Skip to content

💚 add github action workflow to build and test #5

💚 add github action workflow to build and test

💚 add github action workflow to build and test #5

Workflow file for this run

name: Build | Test
on:
push:
branches: ["master", "develop"]
pull_request:
branches: ["master", "develop"]
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: make install
start: make prod
browser: chrome