ooni-probe-cli/.github/workflows/qahhfm.yml
Simone Basso 0c48bc0746
refactor: enable QA tests and jafar self test (#208)
* refactor: enable QA tests and jafar self test

Part of https://github.com/ooni/probe/issues/1335

* chore: make sure all workflows run on release branches
2021-02-03 13:20:37 +01:00

17 lines
303 B
YAML

name: "qahhfm"
on:
schedule:
- cron: "5 3 * * */1"
push:
branches:
- 'release/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v1
with:
go-version: "1.14"
- uses: actions/checkout@v2
- run: ./QA/rundocker.bash "hhfm"