Skip to content

Commit

Permalink
testing aide
Browse files Browse the repository at this point in the history
  • Loading branch information
chanakyavasantha committed Dec 15, 2023
1 parent 2b60666 commit b7373b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
run: sudo apt install usbguard

- name: set python path
run: export PYTHONPATH="${PYTHONPATH}:/home/runner/work/HardeningHub/HardeningHub"
run: |
export PYTHONPATH="${PYTHONPATH}:/home/runner/work/HardeningHub/HardeningHub"

- name: Run test scripts
run: python3 tests/test_aide.py

0 comments on commit b7373b0

Please sign in to comment.