Skip to content

Commit

Permalink
More robust 'addSkylights' (+ dependencies)
Browse files Browse the repository at this point in the history
  • Loading branch information
brgix committed Oct 2, 2024
1 parent ee4a4dd commit 843b0ad
Show file tree
Hide file tree
Showing 4 changed files with 1,810 additions and 1,010 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,6 @@ on:
- develop

jobs:
test_300x:
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:3.0.0
docker run --name test --rm -d -t -v $(pwd):/work -w /work nrel/openstudio:3.0.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
test_321x:
runs-on: ubuntu-22.04
steps:
Expand Down Expand Up @@ -118,3 +102,19 @@ jobs:
docker exec -t test bundle update
docker exec -t test bundle exec rake
docker kill test
test_380x:
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:3.8.0
docker run --name test --rm -d -t -v $(pwd):/work -w /work nrel/openstudio:3.8.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 843b0ad

Please sign in to comment.