|
60 | 60 | - uses: n1hility/cancel-previous-runs@v2 |
61 | 61 | with: |
62 | 62 | token: ${{ secrets.GITHUB_TOKEN }} |
| 63 | + - name: Reclaim Disk Space |
| 64 | + run: .github/ci-prerequisites.sh |
63 | 65 | - name: Set up JDK 11 |
64 | 66 | # Uses sha for added security since tags can be updated |
65 | 67 | uses: joschi/setup-jdk@b9cc6eabf7e7e3889766b5cee486f874c9e1bd2d |
@@ -178,6 +180,9 @@ jobs: |
178 | 180 | shell: bash |
179 | 181 | run: sudo apt-get clean |
180 | 182 |
|
| 183 | + - name: Reclaim Disk Space |
| 184 | + run: .github/ci-prerequisites.sh |
| 185 | + |
181 | 186 | - name: Set up JDK ${{ matrix.java.name }} |
182 | 187 | # Uses sha for added security since tags can be updated |
183 | 188 | uses: joschi/setup-jdk@b9cc6eabf7e7e3889766b5cee486f874c9e1bd2d |
@@ -280,6 +285,8 @@ jobs: |
280 | 285 | sudo service mysql stop || true |
281 | 286 | docker run --rm --publish 3306:3306 --name build-mysql -e MYSQL_USER=$DB_USER -e MYSQL_PASSWORD=$DB_PASSWORD -e MYSQL_DATABASE=$DB_NAME -e MYSQL_RANDOM_ROOT_PASSWORD=true -e MYSQL_DATABASE=hibernate_orm_test -d mysql:5 --skip-ssl |
282 | 287 | - uses: actions/checkout@v2 |
| 288 | + - name: Reclaim Disk Space |
| 289 | + run: .github/ci-prerequisites.sh |
283 | 290 | - name: Set up JDK 11 |
284 | 291 | # Uses sha for added security since tags can be updated |
285 | 292 | uses: joschi/setup-jdk@b9cc6eabf7e7e3889766b5cee486f874c9e1bd2d |
@@ -506,6 +513,8 @@ jobs: |
506 | 513 | uses: joschi/setup-jdk@b9cc6eabf7e7e3889766b5cee486f874c9e1bd2d |
507 | 514 | with: |
508 | 515 | java-version: 11 |
| 516 | + - name: Reclaim Disk Space |
| 517 | + run: .github/ci-prerequisites.sh |
509 | 518 | - name: Download Maven Repo |
510 | 519 | uses: actions/download-artifact@v1 |
511 | 520 | with: |
|
0 commit comments