Skip to content

fix: MINIMUM_VIEWS not applied during Big Spike detection #26

fix: MINIMUM_VIEWS not applied during Big Spike detection

fix: MINIMUM_VIEWS not applied during Big Spike detection #26

Workflow file for this run

name: Test PR
on:
pull_request:
types:
- opened
- reopened
- synchronize
- edited
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm ci
working-directory: application/src/frontend
- run: npm run build
- run: npm run validate