Skip to content

Commit

Permalink
Merge pull request #204 from chaen/message
Browse files Browse the repository at this point in the history
Print the DIRAC revision used for integration tests
  • Loading branch information
chrisburr authored Jan 27, 2024
2 parents 025717c + f9c9c78 commit 7151f88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7151f88

Please sign in to comment.