mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-24 01:25:37 +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:
|
||||
testing:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ubuntu:latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
@ -15,8 +13,12 @@ jobs:
|
||||
services:
|
||||
centos:
|
||||
image: calebjstewart/pwncat-testing:centos
|
||||
ports:
|
||||
- 4444:4444
|
||||
ubuntu:
|
||||
image: calebjstewart/pwncat-testing:ubuntu
|
||||
ports:
|
||||
- 4445:4444
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -38,6 +40,6 @@ jobs:
|
||||
CENTOS_HOST: "centos"
|
||||
CENTOS_BIND_PORT: "4444"
|
||||
UBUNTU_HOST: "ubuntu"
|
||||
UBUNTU_BIND_PORT: "4444"
|
||||
UBUNTU_BIND_PORT: "4445"
|
||||
run: |
|
||||
pytest
|
||||
|
Loading…
Reference in New Issue
Block a user