Skip to content

Commit

Permalink
Turn off debug
Browse files Browse the repository at this point in the history
  • Loading branch information
shorowit committed Jun 3, 2024
1 parent ff445c7 commit 3dd771b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
tar -xzf Windows.tar.gz
for ($var = 1; $var -le 50; $var++) {
Write-Host Running test $var
& .\OpenStudio-${env:OS_VERSION}+${env:OS_SHA}-Windows\bin\openstudio.exe workflow\energy_rating_index.rb --debug -x workflow\sample_files\base.xml
& .\OpenStudio-${env:OS_VERSION}+${env:OS_SHA}-Windows\bin\openstudio.exe workflow\energy_rating_index.rb -x workflow\sample_files\base.xml
if(Test-Path workflow\CO2eRatedHome\run.log -PathType Leaf) {
type workflow\CO2eRatedHome\run.log
}
Expand Down

0 comments on commit 3dd771b

Please sign in to comment.