1
0
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:
Caleb Stewart 2021-05-30 00:57:59 -04:00
parent c04b494322
commit db9e7ed9cf

View File

@ -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