Skip to content

Commit b358ab5

Browse files
committed
change results
1 parent a34e448 commit b358ab5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/integration_tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ jobs:
5555
run: |
5656
python -m pip install --upgrade pip
5757
pip install . psrecord
58+
- name: Select measure subset
59+
run: |
60+
cd ecm_definitions/
61+
shopt -s extglob
62+
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)
63+
echo [] > package_ecms.json
5864
- name: Run and profile workflow
5965
run: |
6066
if [ "${{ inputs.event_type }}" = "pull_request" ]; then

0 commit comments

Comments
 (0)