Skip to content

Commit 658b16e

Browse files
committed
Revert "Put TwinHouses temporarily as first unit test to verify that this works"
This reverts commit 3224ec4.
1 parent 3224ec4 commit 658b16e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
run:
3333
working-directory: IDEAS/Resources/Scripts/tests
3434
steps:
35-
- name: Test IDEAS.Examples.TwinHouses
36-
run: make test-dymola PACKAGE=\"IDEAS.Examples.TwinHouses\" INTERACTIVE=false
3735
- name: Test IDEAS.Airflow
3836
run: make test-dymola PACKAGE=\"IDEAS.Airflow\" INTERACTIVE=false
3937
- name: Test IDEAS.BoundaryConditions
@@ -104,3 +102,5 @@ jobs:
104102
run: make test-dymola PACKAGE=\"IDEAS.Examples.IBPSA\" INTERACTIVE=false
105103
- name: Test IDEAS.Examples.Tutorial
106104
run: make test-dymola PACKAGE=\"IDEAS.Examples.Tutorial\" INTERACTIVE=false
105+
- name: Test IDEAS.Examples.TwinHouses
106+
run: make test-dymola PACKAGE=\"IDEAS.Examples.TwinHouses\" INTERACTIVE=false

0 commit comments

Comments
 (0)