Skip to content

Commit

Permalink
Testing container build
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancaraballo committed Sep 28, 2023
1 parent a45d01e commit 1000c10
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ilab-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1000c10

Please sign in to comment.