We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe45ce9 commit bbade5eCopy full SHA for bbade5e
.github/workflows/integration.yml
@@ -21,7 +21,7 @@ jobs:
21
fail-fast: false
22
matrix:
23
dirac-branch:
24
- - integration
+ - robin-migrate-client
25
steps:
26
- uses: actions/checkout@v4
27
- uses: actions/setup-python@v5
@@ -37,7 +37,7 @@ jobs:
37
- name: Clone DIRAC
38
run: |
39
pip install typer pyyaml gitpython packaging
40
- git clone https://github.com/DIRACGrid/DIRAC.git -b "${{ matrix.dirac-branch }}" /tmp/DIRACRepo
+ git clone https://github.com/Robin-Van-de-Merghel/DIRAC.git -b "${{ matrix.dirac-branch }}" /tmp/DIRACRepo
41
echo "Current revision: $(git -C /tmp/DIRACRepo rev-parse HEAD)"
42
# We need to cd in the directory for the integration_tests.py to work
43
- name: Prepare environment
0 commit comments