Skip to content

Bump @typescript-eslint/eslint-plugin from 6.15.0 to 6.20.0 #485

Bump @typescript-eslint/eslint-plugin from 6.15.0 to 6.20.0

Bump @typescript-eslint/eslint-plugin from 6.15.0 to 6.20.0 #485

Workflow file for this run

name: e2e
on: [push]
jobs:
cypress-run:
name: Cypress run
runs-on: ubuntu-20.04
environment: test
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Cypress run
uses: cypress-io/github-action@v6
env:
MAILCHIMP_API_KEY: ${{ secrets.MAILCHIMP_API_KEY }}
MAILCHIMP_AUDIENCE_ID: ${{ secrets.MAILCHIMP_AUDIENCE_ID }}
with:
build: npm run build
start: npm run start
wait-on: http://localhost:3000