From c04b494322d84b76c6ccb22a1ee96c9b6e4b6c52 Mon Sep 17 00:00:00 2001 From: Caleb Stewart Date: Sun, 30 May 2021 00:55:27 -0400 Subject: [PATCH] Added manual port bindings --- .github/workflows/python.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index a0167cf..6753de1 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -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