Skip to content

Commit

Permalink
updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kanndil committed Sep 28, 2024
1 parent 5d49ccf commit 032aa81
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
- name: Run Tests
run: |
echo "Running test cases..."
for file in test/*.bench; do
echo "Running test cases..."
for file in test/*.bench; do
echo "Running podemquest with $file"
podemquest -i "$file" -o "output_${file##*/}.txt"
done
done
echo "Output files:"
ls -l output_*.txt # List the generated output files

0 comments on commit 032aa81

Please sign in to comment.