Skip to content

Commit c643660

Browse files
committed
Update test.yml to include pipx install
Pennyw0rth#252 Signed-off-by: mpgn <martial.puygrenier@gmail.com>
1 parent 94a0b7a commit c643660

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
- name: Install libraries with dev group
3535
run: |
3636
poetry install --with dev
37+
- name: Install with pipx
38+
run: |
39+
pipx ensurepath
40+
pipx install git+https://github.com/Pennyw0rth/NetExec --python python${{ matrix.python-version }}
3741
- name: Load every protocol and module
3842
run: |
3943
poetry run netexec winrm 127.0.0.1
@@ -45,4 +49,5 @@ jobs:
4549
poetry run netexec mssql 127.0.0.1
4650
poetry run netexec ssh 127.0.0.1
4751
poetry run netexec ftp 127.0.0.1
48-
poetry run netexec smb 127.0.0.1 -M veeam
52+
netexec smb 127.0.0.1 -M veeam
53+
poetry run netexec smb 127.0.0.1 -M veeam

0 commit comments

Comments
 (0)