Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
fix typo

fix typo

fix typo
  • Loading branch information
RyosukeDTomita committed Aug 28, 2024
1 parent 3794fe6 commit 1e7df87
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
PYTHON_VERSION: 3.12.4

jobs:
run-pytest:
run-integration-test:
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -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

0 comments on commit 1e7df87

Please sign in to comment.