Skip to content

Commit e05bf27

Browse files
authored
Disable firewall in proxy test
1 parent 6623c47 commit e05bf27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-command.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1647,9 +1647,9 @@ jobs:
16471647
sign-commits: ${{ needs.beforeTest.outputs.sign-commits }}
16481648
env:
16491649
https_proxy: http://localhost:8443
1650-
- name: Stop proxy
1650+
- name: Disable firewall
16511651
run: |
1652-
docker stop proxy
1652+
sudo ufw disable
16531653
# Check outputs
16541654
- name: Check the operation is 'created'
16551655
if: steps.cpr.outputs.pull-request-operation != 'created'

0 commit comments

Comments
 (0)