From f3b10eebf7db62bf83971ddd975cfb8a3aca294e Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Thu, 2 Nov 2023 15:01:57 +0100 Subject: [PATCH] test: running on nodes with CVMFS --- .github/workflows/integration.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c992dcc4..a2b609d8 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -26,6 +26,11 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: cvmfs-contrib/github-action-cvmfs@v3 + + - name: Test CernVM-FS + run: ls /cvmfs/dirac.egi.eu + - name: Retrieve the secret and decode it to a file env: HOSTCERT_BASE64: ${{ secrets.HOSTCERT_BASE64 }} @@ -152,6 +157,11 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: cvmfs-contrib/github-action-cvmfs@v3 + + - name: Test CernVM-FS + run: ls /cvmfs/dirac.egi.eu + - name: Retrieve the secret and decode it to a file env: HOSTCERT_BASE64: ${{ secrets.HOSTCERT_BASE64 }}