NREL / gbxml-to-openstudio

Releases of the OpenStudio CLI for Revit Systems Analysis.
5 stars 2 forks source link

add in a github action to run a subset of gbxml regression test files #115

Closed tijcolem closed 2 years ago

tijcolem commented 2 years ago

resolves #112

Adding in a GitHub Action to run a subset of tests. Running all of the gbxml as-is using Actions VMs takes over 6 hours and times out. I will try and use the all cores on a CI machine and setup another Action job to run all tests on pushes to master branch. This current set of tests (~11 gbxml) run in about 5 min so this will provide faster feedback for PRs.