Skip to content

Commit

Permalink
👷 Maximize space
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Aug 17, 2023
1 parent c3b62b6 commit 9149f61
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test_cpac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
SINGULARITY_TMPDIR: $GITHUB_WORKSPACE/.singularity/tmp

strategy:
max-parallel: 2
max-parallel: 1 # This'll slow it down but increase stability
matrix:
platform: [docker]
tag: [latest, nightly]
Expand Down Expand Up @@ -60,6 +60,14 @@ jobs:
pip install coverage coveralls nipype
- name: Install cpac
run: cd $GITHUB_WORKSPACE && pip install -e .
- name: Maximize space
uses: easimon/maximize-build-space@v8
with:
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
overprovision-lvm: 'true'
remove-docker-images: 'true' # This'll slow it down but increase stability
- name: Test cpac, platform and tag specified
run: |
coverage run --append -m pytest --basetemp=${PWD}/tmp --doctest-modules --platform ${{ matrix.platform }} --image ghcr.io/fcp-indi/c-pac --tag ${{ matrix.tag }} .
Expand Down

0 comments on commit 9149f61

Please sign in to comment.