Skip to content

Commit

Permalink
Fix unit testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosnt committed Feb 26, 2022
1 parent 97c64f1 commit 904585a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Dirsearch to check its installation
run: |
git clone https://github.com/maurosoria/dirsearch.git
ln -s dirsearch/dirsearch.py /bin/dirsearch
ln -s dirsearch/dirsearch.py /usr/local/bin/dirsearch
- uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 904585a

Please sign in to comment.