From 1000c10493134550fbb684ac05d7d2f021b6cc25 Mon Sep 17 00:00:00 2001 From: jordancaraballo Date: Thu, 28 Sep 2023 18:33:42 -0400 Subject: [PATCH] Testing container build --- .github/workflows/ilab-base.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ilab-base.yaml b/.github/workflows/ilab-base.yaml index 54f8859..9bedd31 100644 --- a/.github/workflows/ilab-base.yaml +++ b/.github/workflows/ilab-base.yaml @@ -25,10 +25,17 @@ jobs: needs: - changes runs-on: ubuntu-latest + container: image: quay.io/singularity/singularity:v${{ matrix.singularity_version }} options: --privileged + name: Check ilab-base + steps: + + - name: Check out code for the container builds + uses: actions/checkout@v2 + - name: Build Container run: | ls