Skip to content

[Snyk] Upgrade next-pwa from 5.2.21 to 5.6.0 #184

[Snyk] Upgrade next-pwa from 5.2.21 to 5.6.0

[Snyk] Upgrade next-pwa from 5.2.21 to 5.6.0 #184

Workflow file for this run

name: Cypress
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
cypress-run:
name: Cypress
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v2
with:
build: yarn build
start: yarn start