Skip to content

Commit

Permalink
fix(temporary): use a custom branch of DIRAC to try solving the test …
Browse files Browse the repository at this point in the history
…failure
  • Loading branch information
aldbr committed Dec 20, 2024
1 parent 7f6f884 commit bd7c7d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
dirac-branch:
- integration
- main_FIX_integration-tests-db-schema-changed
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Clone DIRAC
run: |
pip install typer pyyaml gitpython packaging
git clone https://github.com/DIRACGrid/DIRAC.git -b "${{ matrix.dirac-branch }}" /tmp/DIRACRepo
git clone https://github.com/aldbr/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
Expand Down

0 comments on commit bd7c7d0

Please sign in to comment.