Merge branch 'main' into os3_7_ep23_2_fix #91
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test OSW | |
on: push | |
jobs: | |
test-osw: | |
runs-on: ubuntu-latest | |
container: nrel/openstudio:3.4.0 | |
steps: | |
- name: check out repository | |
uses: actions/checkout@v2 | |
- name: enviroment info | |
shell: bash | |
run: | | |
openstudio --version | |
ruby -v | |
bundle -v | |
- name: install dependencies | |
shell: bash | |
run: | | |
gem install parallel | |
gem install rubyXL | |
- name: run workflows | |
shell: bash | |
run: | | |
ruby run_all_generate_reports.rb |