Skip to content

Commit 3f801ac

Browse files
feat: Add custom Dirac branch for integration tests
1 parent 6e90c02 commit 3f801ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
dirac-branch:
24-
- integration
24+
- robin-migrate-client
2525
steps:
2626
- uses: actions/checkout@v4
2727
- uses: actions/setup-python@v5
@@ -37,7 +37,7 @@ jobs:
3737
- name: Clone DIRAC
3838
run: |
3939
pip install typer pyyaml gitpython packaging
40-
git clone https://github.com/DIRACGrid/DIRAC.git -b "${{ matrix.dirac-branch }}" /tmp/DIRACRepo
40+
git clone https://github.com/Robin-Van-de-Merghel/DIRAC.git -b "${{ matrix.dirac-branch }}" /tmp/DIRACRepo
4141
echo "Current revision: $(git -C /tmp/DIRACRepo rev-parse HEAD)"
4242
# We need to cd in the directory for the integration_tests.py to work
4343
- name: Prepare environment

0 commit comments

Comments
 (0)