Skip to content

Bump next from 13.1.6 to 13.4.19 #166

Bump next from 13.1.6 to 13.4.19

Bump next from 13.1.6 to 13.4.19 #166

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