Skip to content

Commit

Permalink
Autogenerate skylight wells
Browse files Browse the repository at this point in the history
  • Loading branch information
brgix committed Mar 11, 2024
1 parent 132146a commit a0c6ea3
Show file tree
Hide file tree
Showing 5 changed files with 12,313 additions and 1,307 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,19 @@ jobs:
docker exec -t test bundle update
docker exec -t test bundle exec rake
docker kill test
test_370x:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Run Tests
run: |
echo $(pwd)
echo $(ls)
docker pull nrel/openstudio:dev-3.7.0
docker run --name test --rm -d -t -v $(pwd):/work -w /work nrel/openstudio:dev-3.7.0
docker exec -t test pwd
docker exec -t test ls
docker exec -t test bundle update
docker exec -t test bundle exec rake
docker kill test
Loading

0 comments on commit a0c6ea3

Please sign in to comment.