mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-24 09:35:39 +01:00
Added manual port bindings
This commit is contained in:
parent
8853e8f4e5
commit
c04b494322
8
.github/workflows/python.yml
vendored
8
.github/workflows/python.yml
vendored
@ -5,8 +5,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
testing:
|
testing:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: ubuntu:latest
|
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@ -15,8 +13,12 @@ jobs:
|
|||||||
services:
|
services:
|
||||||
centos:
|
centos:
|
||||||
image: calebjstewart/pwncat-testing:centos
|
image: calebjstewart/pwncat-testing:centos
|
||||||
|
ports:
|
||||||
|
- 4444:4444
|
||||||
ubuntu:
|
ubuntu:
|
||||||
image: calebjstewart/pwncat-testing:ubuntu
|
image: calebjstewart/pwncat-testing:ubuntu
|
||||||
|
ports:
|
||||||
|
- 4445:4444
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -38,6 +40,6 @@ jobs:
|
|||||||
CENTOS_HOST: "centos"
|
CENTOS_HOST: "centos"
|
||||||
CENTOS_BIND_PORT: "4444"
|
CENTOS_BIND_PORT: "4444"
|
||||||
UBUNTU_HOST: "ubuntu"
|
UBUNTU_HOST: "ubuntu"
|
||||||
UBUNTU_BIND_PORT: "4444"
|
UBUNTU_BIND_PORT: "4445"
|
||||||
run: |
|
run: |
|
||||||
pytest
|
pytest
|
||||||
|
Loading…
Reference in New Issue
Block a user