Use new larger runners.
This commit is contained in:
parent
29a928eb09
commit
f43f03a3b4
|
@ -136,7 +136,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
test-server:
|
test-server:
|
||||||
runs-on: ubuntu-latest
|
runs-on: budi-tubby-tornado-quad-core-150gb
|
||||||
env:
|
env:
|
||||||
DEBUG: testcontainers,testcontainers:exec,testcontainers:build,testcontainers:pull
|
DEBUG: testcontainers,testcontainers:exec,testcontainers:build,testcontainers:pull
|
||||||
steps:
|
steps:
|
||||||
|
@ -153,14 +153,6 @@ 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:
|
|
||||||
large-packages: false
|
|
||||||
swap-storage: false
|
|
||||||
docker-images: false
|
|
||||||
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