We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834621c commit 9fdf8ccCopy full SHA for 9fdf8cc
.github/workflows/sequencer_docker-test.yml
@@ -61,7 +61,7 @@ jobs:
61
sequencer_docker_compose_test:
62
needs: check-docker-test-trigger
63
if: needs.check-docker-test-trigger.outputs.should_run == 'true'
64
- runs-on: namespace-profile-2xlarge-ubuntu-24-04-amd64-local-builder
+ runs-on: namespace-profile-2xlarge-ubuntu-24-04-amd64-local-builder;ephemeral-storage.size-multiplier=1.5
65
timeout-minutes: 45
66
env:
67
MONITORING_ENABLED: false
@@ -72,6 +72,15 @@ jobs:
72
COMPOSE_BAKE: false
73
74
steps:
75
+ - name: Free disk space
76
+ uses: jlumbroso/[email protected]
77
+ with:
78
+ android: true
79
+ dotnet: true
80
+ haskell: true
81
+ large-packages: false
82
+ tool-cache: false
83
+
84
- name: Checkout repository
85
uses: actions/checkout@v4
86
0 commit comments