Skip to content

WIP add processors/archive_webpages module #459

WIP add processors/archive_webpages module

WIP add processors/archive_webpages module #459

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
test_run:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v2
- name: run tests
run: make test_short