Skip to content

Commit

Permalink
ci: check storage
Browse files Browse the repository at this point in the history
  • Loading branch information
boasvdp committed Feb 6, 2024
1 parent aa0068f commit 8f12a21
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/juno_mapping_singularity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
df -h .
echo "Checking space: /mnt"
df -h /mnt
echo "Checking dir sizes"
du -sh *
du -sh */*
- uses: actions/checkout@v4
- uses: eWaterCycle/setup-singularity@v7
with:
Expand Down Expand Up @@ -70,6 +73,9 @@ jobs:
df -h .
echo "Checking space: /mnt"
df -h /mnt
echo "Checking dir sizes"
du -sh *
du -sh */*
which singularity
singularity --version
- name: Test juno_mapping pipeline using singularity.
Expand All @@ -85,4 +91,7 @@ jobs:
echo "Checking space: ."
df -h .
echo "Checking space: /mnt"
df -h /mnt
df -h /mnt
echo "Checking dir sizes"
du -sh *
du -sh */*

0 comments on commit 8f12a21

Please sign in to comment.