Skip to content

Commit

Permalink
added debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Topin2001 committed Jun 17, 2024
1 parent ff4a0bd commit f5e9d73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,12 @@ jobs:
run: |
echo "Retrieving the sonarqube-catlab image..."
docker pull lequal/sonarqube-catlab:latest
docker images
echo "Testing the scanner image..."
echo -e "Results of the CI pipeline\n" > tests_logs.txt
cd tests/
python3 -m pip install -r requirements.txt
python3 -m pytest -v |& tee -a ../tests_logs.txt
python3 -m pytest -v -s |& tee -a ../tests_logs.txt
# Have the job fail if at least one test failed
- name: Check all tests passed
run: grep -v -q "FAILED" tests_logs.txt

0 comments on commit f5e9d73

Please sign in to comment.