From 1e7df87569a36736156b89cbc83bb8995aa7afc1 Mon Sep 17 00:00:00 2001 From: RyosukeDTomita Date: Wed, 28 Aug 2024 23:05:00 +0900 Subject: [PATCH] add test fix typo fix typo fix typo --- .github/workflows/integration-test.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 7ba57be..24fc2d1 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -13,7 +13,7 @@ env: PYTHON_VERSION: 3.12.4 jobs: - run-pytest: + run-integration-test: runs-on: ubuntu-latest permissions: contents: read @@ -28,5 +28,7 @@ jobs: - name: integration test run: | docker compose up hacking_lab_app & - docker compose run my_portscanner_app -sS 172.18.0.3 + docker compose run my_portscanner_app -sS 172.18.0.3 -p 22 -d + docker compose run my_portscanner_app -sS 172.18.0.3 -p 22,80 --max-parallelism 16 --max-rtt-timeout 200 -d + docker compose run my_portscanner_app -sT 172.18.0.3 -p20-30 --max-rtt-timeout 100 -d