Skip to content

Commit

Permalink
testing workflow automated
Browse files Browse the repository at this point in the history
  • Loading branch information
chanakyavasantha committed Dec 15, 2023
1 parent fda9faf commit cfd461c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ jobs:
- name: Run test scripts
run: |
export PYTHONPATH="${PYTHONPATH}:/home/runner/work/HardeningHub/HardeningHub"
chmod +x tests/test_physical_ports_output.sh
./tests/test_physical_ports_output.sh
chmod +x tests/test_cramfs_output.sh
./tests/test_cramfs_output.sh
chmod +x tests/test_squashfs_output.sh
./tests/test_squashfs_output.sh
chmod +x tests/test_udf_output.sh
./tests/test_udf_output.sh
for script in tests/*.sh; do
chmod +x "$script"
./"$script"
done

0 comments on commit cfd461c

Please sign in to comment.