Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSteen committed Nov 6, 2024
1 parent cb43bac commit 71918a0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
name: continuous integration

on:
push:
pull_request:
branches:
- develop
- main
- master

jobs:

tests-unit:

runs-on: ubuntu-latest
container:
image: nrel/openstudio:3.8.0

steps:

- uses: actions/checkout@v4

- name: run
run: openstudio classic measure --run_tests measures
- run: openstudio classic measure --run_tests measures

0 comments on commit 71918a0

Please sign in to comment.