From ca09bff4c8e162562b0aaa7468dfe55e8bdcffce Mon Sep 17 00:00:00 2001 From: 4shen0ne <4shen.01@gmail.com> Date: Tue, 15 Oct 2024 19:29:40 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20install=20scanner=20before=20tes?= =?UTF-8?q?ting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 153c50b..cb60d3e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,6 +43,12 @@ jobs: with: python-version: ${{ matrix.python-version }} + - name : Install Nmap and Masscan + run: | + suao apt-get update + sudo apt-get install -y nmap masscan + shell: bash + - name: Run tests run: uv run python -m pytest tests --cov --cov-config=pyproject.toml --cov-report=xml