Skip to content

chore: make scrubber generic #22

chore: make scrubber generic

chore: make scrubber generic #22

Workflow file for this run

name: ci
on: [push, workflow_dispatch]
jobs:
build-job:
runs-on: ubuntu-latest
env:
NODE_OPTIONS: '--max-old-space-size=3200'
CC_TEST_REPORTER_ID: 2420941f712b3f0a35c2225ac757fad68076cc107e256a57b7bd6a3bb5a481ac
steps:
- { uses: actions/checkout@v4, with: { persist-credentials: false } }
- { uses: actions/setup-node@v4, with: { node-version: 'lts/*', cache: 'yarn' } }
- { name: yarn, run: yarn --frozen-lockfile }
- name: build
run: yarn build
- name: test
run: |
curl -s -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter && chmod +x ./cc-test-reporter
./cc-test-reporter before-build
yarn test
./cc-test-reporter after-build -t lcov