Skip to content

Bump eslint from 8.33.0 to 8.56.0 #212

Bump eslint from 8.33.0 to 8.56.0

Bump eslint from 8.33.0 to 8.56.0 #212

Workflow file for this run

# ref: https://docs.cypress.io/guides/continuous-integration/github-actions#Explicit-Version-Number
name: Cypress Tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
# https://github.com/marketplace/actions/cypress-io
uses: cypress-io/github-action@v5.0.2
with:
build: yarn build
start: yarn start