Skip to content

Commit

Permalink
add action for CI unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSteen committed Nov 5, 2024
1 parent a7293ec commit cb43bac
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: continuous integration

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

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

0 comments on commit cb43bac

Please sign in to comment.