Skip to content

Commit

Permalink
Only add measure.xml files
Browse files Browse the repository at this point in the history
  • Loading branch information
jslane-h committed Dec 20, 2024
1 parent 00f3ccd commit 76274ef
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 3,249 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
run: |
git config user.name "GitHub Actions Bot"
git config user.email "[email protected]"
if [ -n "$(git status --porcelain)" ]; then
git add -A
git commit -m "Auto-update by GitHub Actions"
git push origin HEAD
git add **/measure.xml
if git diff --cached --quiet; then
echo "No changes to measure.xml files. Skipping commit."
else
echo "No changes detected, skipping commit."
git commit -m "Auto-update measure.xml files by GitHub Actions"
git push origin HEAD
fi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3,225 changes: 0 additions & 3,225 deletions lib/measures/GenerateConStrainReport/tests/output/test_output.osm

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
19 changes: 0 additions & 19 deletions test_results/measure_check_output.txt

This file was deleted.

0 comments on commit 76274ef

Please sign in to comment.