mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-24 01:25:37 +01:00
Fixed host address in tests
This commit is contained in:
parent
c04b494322
commit
db9e7ed9cf
4
.github/workflows/python.yml
vendored
4
.github/workflows/python.yml
vendored
@ -37,9 +37,9 @@ jobs:
|
||||
# flake8
|
||||
- name: Test with pytest
|
||||
env:
|
||||
CENTOS_HOST: "centos"
|
||||
CENTOS_HOST: "127.0.0.1"
|
||||
CENTOS_BIND_PORT: "4444"
|
||||
UBUNTU_HOST: "ubuntu"
|
||||
UBUNTU_HOST: "127.0.0.1"
|
||||
UBUNTU_BIND_PORT: "4445"
|
||||
run: |
|
||||
pytest
|
||||
|
Loading…
Reference in New Issue
Block a user