Skip to content

Bump @typescript-eslint/eslint-plugin from 8.16.0 to 8.19.0 in /web #1953

Bump @typescript-eslint/eslint-plugin from 8.16.0 to 8.19.0 in /web

Bump @typescript-eslint/eslint-plugin from 8.16.0 to 8.19.0 in /web #1953

Workflow file for this run

name: Test
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 10
defaults:
run:
working-directory: web
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run lint
unit-test:
runs-on: ubuntu-latest
timeout-minutes: 10
defaults:
run:
working-directory: web
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run test:unit
e2e-test:
runs-on: ubuntu-latest
timeout-minutes: 30
defaults:
run:
working-directory: web
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npx playwright install
- run: npm test
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_KV_NAMESPACE_ID: ${{ secrets.CLOUDFLARE_KV_NAMESPACE_ID }}