Free up space in the server tests run.

This commit is contained in:
Sam Rose 2024-03-27 17:47:03 +00:00
parent ecdb5eec36
commit d7f112dc95
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

View File

@ -153,6 +153,11 @@ jobs:
node-version: 20.x node-version: 20.x
cache: yarn cache: yarn
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
android: true
- name: Pull testcontainers images - name: Pull testcontainers images
run: | run: |
docker pull mcr.microsoft.com/mssql/server:2022-latest docker pull mcr.microsoft.com/mssql/server:2022-latest