Skip to content

Commit 1b6a332

Browse files
committed
debugging ci
1 parent 8cd3324 commit 1b6a332

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/run-tests.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,16 @@ jobs:
7575
INCLUDE_SLOW_TESTS: ${{ matrix.include_slow_tests }}
7676
RUN_NIGHTLY_TESTS: ${{ matrix.run_nightly_tests }}
7777
steps:
78-
- name: Maximize build space
79-
uses: easimon/maximize-build-space@master
80-
with:
81-
root-reserve-mb: 512
82-
swap-size-mb: 1
83-
remove-dotnet: true
84-
remove-android: true
85-
remove-haskell: true
86-
remove-codeql: true
87-
remove-docker-images: false
78+
# - name: Maximize build space
79+
# uses: easimon/maximize-build-space@master
80+
# with:
81+
# root-reserve-mb: 512
82+
# swap-size-mb: 1
83+
# remove-dotnet: true
84+
# remove-android: true
85+
# remove-haskell: true
86+
# remove-codeql: true
87+
# remove-docker-images: false
8888
- uses: actions/checkout@v4
8989
- uses: awalsh128/cache-apt-pkgs-action@latest
9090
with:

0 commit comments

Comments
 (0)