Skip to content

Commit

Permalink
💚 install scanner before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zrquan committed Oct 15, 2024
1 parent 151ede6 commit ca09bff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ca09bff

Please sign in to comment.