Skip to content

Commit

Permalink
Update entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jslane-h committed Dec 20, 2024
1 parent d06a43b commit 087ea20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo $GITHUB_WORKSPACE

mkdir $GITHUB_WORKSPACE/test_results

openstudio measure -t ./lib/measures >> $GITHUB_OUTPUT
openstudio measure -t ./lib/measures >> $GITHUB_WORKSPACE/test_results/measure_check_output.txt

for dir in $(find . -type f -name 'measure.py' -exec dirname {} \; | sort -u); do
pytest $dir >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 087ea20

Please sign in to comment.