From 21d0ab41736ae69c78aa5de8324ccb4378b72eb8 Mon Sep 17 00:00:00 2001 From: Alan O'Cais Date: Tue, 4 Jun 2024 14:25:12 +0200 Subject: [PATCH] Check both repos are available --- .github/workflows/minimal-usage.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/minimal-usage.yml b/.github/workflows/minimal-usage.yml index a0be8ca..1a24a88 100644 --- a/.github/workflows/minimal-usage.yml +++ b/.github/workflows/minimal-usage.yml @@ -19,3 +19,8 @@ jobs: direnv status module avail shell: bash + - name: Test available repos + run: | + ls /cvmfs/software.eessi.io + ls /cvmfs/dev.eessi.io + shell: bash