Skip to content

Commit

Permalink
test_samba: force IPv4 transport
Browse files Browse the repository at this point in the history
Docker network doesn't listen on IPv6, but the default actions runner
will prefer ::1 for "localhost"
  • Loading branch information
isi-mfurer committed Feb 11, 2021
1 parent 31c62d9 commit 7a1fa61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_samba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Run Pike
run: python -m unittest -v pike.test.samba_suite
env:
PIKE_SERVER: localhost
PIKE_SERVER: 127.0.0.1
PIKE_PORT: ${{ job.services.samba.ports[445] }}
PIKE_SHARE: pike
PIKE_CREDS: pike%GiThubCI123

0 comments on commit 7a1fa61

Please sign in to comment.