Skip to content

Commit

Permalink
Update ci_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimonclark committed Sep 30, 2024
1 parent aebfd46 commit 82e6e96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
--skip test_quantity_dimension \
--configfile=.github/utils/emmocheck_config.yml \
batteryquantities.ttl
elif [ -f "modules/quantities.ttl" ]; then
elif [ -f "shared/battery-quantities.ttl" ]; then
emmocheck --verbose --url-from-catalog \
--skip test_namespace \
--skip test_quantity_dimension \
--configfile=.github/utils/emmocheck_config.yml \
modules/quantities.ttl
shared/battery-quantities.ttl
else
echo "batteryquantities.ttl or modules/quantities.ttl not found!"
echo "batteryquantities.ttl or shared/battery-quantities.ttl not found!"
exit 1
fi

0 comments on commit 82e6e96

Please sign in to comment.