File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -118,3 +118,19 @@ jobs:
118118 docker exec -t test bundle update
119119 docker exec -t test bundle exec rake
120120 docker kill test
121+ test_390x :
122+ runs-on : ubuntu-22.04
123+ steps :
124+ - name : Check out repository
125+ uses : actions/checkout@v2
126+ - name : Run Tests
127+ run : |
128+ echo $(pwd)
129+ echo $(ls)
130+ docker pull nrel/openstudio:3.9.0
131+ docker run --name test --rm -d -t -v $(pwd):/work -w /work nrel/openstudio:3.9.0
132+ docker exec -t test pwd
133+ docker exec -t test ls
134+ docker exec -t test bundle update
135+ docker exec -t test bundle exec rake
136+ docker kill test
Original file line number Diff line number Diff line change 88doc /
99rdoc
1010
11+ .ruby-version
12+
1113spec /files /osms /out /
1214
1315.DS_Store
You can’t perform that action at this time.
0 commit comments