Skip to content

Commit

Permalink
Stop using github_output
Browse files Browse the repository at this point in the history
  • Loading branch information
jslane-h committed Dec 20, 2024
1 parent 087ea20 commit db028b1
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 @@ -7,5 +7,5 @@ mkdir $GITHUB_WORKSPACE/test_results
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
pytest $dir
done

0 comments on commit db028b1

Please sign in to comment.