diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f5c23cf19b5..1ef6b002060 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -49,6 +49,9 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.11' + - uses: cvmfs-contrib/github-action-cvmfs@v4 + - name: Test CernVM-FS + run: ls /cvmfs/dirac.egi.eu - name: Installing dependencies run: | python -m pip install \ diff --git a/tests/CI/docker-compose.yml b/tests/CI/docker-compose.yml index 540245d82cb..b377f6d9bf1 100644 --- a/tests/CI/docker-compose.yml +++ b/tests/CI/docker-compose.yml @@ -121,6 +121,8 @@ services: user: "${DIRAC_UID}:${DIRAC_GID}" depends_on: - dirac-server + volumes: + - /cvmfs:/cvmfs:ro ulimits: nofile: 8192 pull_policy: always