Skip to content

Commit

Permalink
Add more debug logic
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Dec 8, 2024
1 parent 5e29159 commit 6b1cd52
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/database-integration-tests-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,18 @@ jobs:
# Gather expected results
echo "Gather expected results"
# DEBUG
echo "Current working directory:"
pwd
echo "Show expected results directories:"
find . -type d -name "unit_tests_results_output" -exec echo {} \;
# Save expected results files
echo "Zip expected results:"
.github/scripts/unit-tests-results-output.sh $(realpath .)
- id: upload-unit-tests-results-output
name: Upload expected results files
uses: actions/upload-artifact@v4
if: always()
with:
name: unit-tests-results-output
path: ./unit-tests-results-output.zip
path: ./unit_tests_results_output.zip
retention-days: 5

0 comments on commit 6b1cd52

Please sign in to comment.