fix(firewall): correct zone check logic in is_zone and list_rules fun… #1079
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 |