0c48bc0746
* 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
17 lines
312 B
YAML
17 lines
312 B
YAML
name: "qatelegram"
|
|
on:
|
|
schedule:
|
|
- cron: "15 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 "telegram"
|