Fix IP and initiator ACL testing logic to allow undefined initiator name ACL #16
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: ci | |
on: [pull_request] | |
jobs: | |
build: | |
name: build | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: checking out | |
uses: actions/checkout@v3 | |
with: | |
path: tgt | |
- name: build | |
working-directory: tgt | |
run: | | |
make |