From f9c9c78a3229e8584221cd7ad1083af3a7c06478 Mon Sep 17 00:00:00 2001 From: Christophe Haen Date: Thu, 25 Jan 2024 10:59:54 +0100 Subject: [PATCH] Print the DIRAC revision used for integration tests --- .github/workflows/integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index ce446f13..27ebcefd 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -38,6 +38,7 @@ jobs: run: | pip install typer pyyaml gitpython packaging git clone https://github.com/DIRACGrid/DIRAC.git -b "${{ matrix.dirac-branch }}" /tmp/DIRACRepo + echo "Current revision: $(git -C /tmp/DIRACRepo rev-parse HEAD)" # We need to cd in the directory for the integration_tests.py to work - name: Prepare environment run: cd /tmp/DIRACRepo && ./integration_tests.py prepare-environment "TEST_DIRACX=Yes" --diracx-dist-dir "${GITHUB_WORKSPACE}/dist"