Skip to content

Commit 06cb0c5

Browse files
committed
dummy commit to test CI behavior
1 parent 0a12c03 commit 06cb0c5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/integration_tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ jobs:
4848
run: |
4949
python -m pip install --upgrade pip
5050
pip install ".[dev]" psrecord
51+
- name: Select measure subset
52+
run: |
53+
cd ecm_definitions/
54+
shopt -s extglob
55+
rm !(Best Com. Air Sealing (Exist).json|Best Com. Air Sealing (New).json|energyplus_data|Res. Air Sealing (Exist), IECC c. 2021.json|Res. Air Sealing (New), IECC c. 2021.json)
56+
echo [] > package_ecms.json
5157
- name: Run and profile workflow
5258
run: |
5359
branch_ref="${{ github.ref }}"

0 commit comments

Comments
 (0)