Skip to content

⬆️ Bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.13.1 #439

⬆️ Bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.13.1

⬆️ Bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.13.1 #439

Workflow file for this run

name: Continuous Integration Tests
on:
push:
branches: [main]
pull_request:
release:
types: [published]
jobs:
test:
name: Tests
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress
uses: cypress-io/github-action@v6
with:
browser: chrome
build: yarn build
start: yarn start
wait-on: 'http://localhost:3000'
- name: Archive test screenshots
uses: actions/upload-artifact@v4
with:
name: screenshots
path: cypress/screenshots