fix(firewall): remove unused variable and check src and dest zone for… #1063
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 |