Skip to content

flip third batch of new AppTP trackers #59

flip third batch of new AppTP trackers

flip third batch of new AppTP trackers #59

Workflow file for this run

name: Test blocklists before release
on: [push, pull_request]
jobs:
unit:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test