We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6f439 commit 68d511cCopy full SHA for 68d511c
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install git and dependencies
23
run: |
24
yum -y install epel-release
25
- yum -y install git python2 python-six python-netaddr python-ipaddress
+ yum -y install git python2 python-six python-netaddr python-ipaddress python-firewall
26
27
- name: Clone repository
28
run: git clone --depth 1 --branch ${{ github.ref_name }} https://github.com/${{ github.repository }}.git .
0 commit comments