Add functions to list DNS feeds and retrieve ad block status #1035
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Run tests" | |
on: | |
workflow_dispatch: | |
push: | |
paths-ignore: | |
- 'builder/**' | |
pull_request: | |
paths-ignore: | |
- 'builder/**' | |
jobs: | |
run_tests: | |
name: 'Run tests' | |
runs-on: ubuntu-latest | |
env: | |
IMAGETAG: ${{ github.ref_name }} | |
steps: | |
- uses: actions/checkout@v3 | |
- id: test | |
run: | | |
./test.sh |