Free up space in the server tests run.
This commit is contained in:
parent
ecdb5eec36
commit
d7f112dc95
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue