Skip to content

Commit

Permalink
Wenyi's CI cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlball authored Aug 6, 2024
1 parent 00939d8 commit 639671b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/openstudio-server-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ env:
jobs:
linux-test:
runs-on: ubuntu-22.04
steps:
steps:
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache
- name: Check out repository
uses: actions/checkout@v4
- name: setup
Expand Down Expand Up @@ -86,7 +88,9 @@ jobs:
path: build/NREL/export/*.tar.gz
docker:
runs-on: ubuntu-22.04
steps:
steps:
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache
- name: Check out repository
uses: actions/checkout@v4
- name: setup
Expand Down

0 comments on commit 639671b

Please sign in to comment.