Skip to content

fix(consumer-prices): ensure scrape job exits 0 to unblock aggregate … #17

fix(consumer-prices): ensure scrape job exits 0 to unblock aggregate …

fix(consumer-prices): ensure scrape job exits 0 to unblock aggregate … #17

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm'
- run: npm ci
- run: npm run test:data