Skip to content

fix: update VSCode settings for explicit code actions and enhance REA… #11

fix: update VSCode settings for explicit code actions and enhance REA…

fix: update VSCode settings for explicit code actions and enhance REA… #11

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Cypress
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
E2E:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
# Install npm dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v5
with:
build: npm run build
start: npm start
Component:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Cypress run
uses: cypress-io/github-action@v5
with:
component: true