Skip to content

Commit

Permalink
Create the zc-iis-test network
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti committed Nov 23, 2024
1 parent 4f3ebcc commit a04f26c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/win-package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@ jobs:
working-directory: tests/zeroconfig/windows/testdata/
run: docker compose build

- name: Create the network
run: |
New-NetFirewallRule -DisplayName 'zc-iis-test' -Direction Inbound -LocalAddress 10.1.1.1 -LocalPort 4318 -Protocol TCP -Action Allow -Profile Any
- name: Launch the docker compose
working-directory: tests/zeroconfig/windows/
run: docker compose -f .\testdata\docker-compose.yaml up --detach
Expand Down

0 comments on commit a04f26c

Please sign in to comment.