Skip to content

Commit

Permalink
fix: container build also needs to fetch master for code check
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioseel committed Oct 17, 2024
1 parent c12bdd9 commit 3219e4f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/container_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ jobs:
singularity-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Fetch all branches
run: git fetch --all
- uses: eWaterCycle/setup-apptainer@v2
with:
apptainer-version: 1.3.0
Expand Down

0 comments on commit 3219e4f

Please sign in to comment.