diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2a4917b..743c432 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,11 @@ jobs: uses: actions/setup-python@v6 with: python-version: '3.14.5' + - name: git-changes + run: | + mkdir -p /tmp + git -C /tmp clone --depth=1 -q https://github.com/plume-lib/plume-scripts.git + /tmp/plume-scripts/git-changes --debug - name: Run tests run: | git config --global user.email "example@example.com" diff --git a/git-clone-related b/git-clone-related index be859d0..87053d9 100755 --- a/git-clone-related +++ b/git-clone-related @@ -47,6 +47,9 @@ if [ "$1" = "--debug" ]; then set -x fi +# TEMPORARY +DEBUG=1 + # FALLBACK_BRANCH may be unset. if [ "$1" = "--upstream-branch" ]; then shift