1
0
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:
Caleb Stewart 2021-05-30 00:55:27 -04:00
parent 8853e8f4e5
commit c04b494322

View File

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