diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 7423a11b..7f6f724e 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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 @@ -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