diff --git a/.github/workflows/deltatest.yml b/.github/workflows/deltatest.yml index 9f9ef27da..19067edde 100644 --- a/.github/workflows/deltatest.yml +++ b/.github/workflows/deltatest.yml @@ -77,10 +77,25 @@ jobs: - name: Install Delta run: pip install deltatest-cli - # ── Run only tests affected by this diff ───────────────────────────── - - name: Run Delta (affected tests only) + # Write config.toml so Delta connects to the remote mapping DB. + # Without repo_id, Delta falls back to building a local mapping from scratch. + - name: Configure Delta Cloud env: DELTA_API_KEY: ${{ secrets.DELTA_API_KEY }} + DELTA_REPO_ID: ${{ secrets.DELTA_REPO_ID }} + run: | + mkdir -p .delta + cat > .delta/config.toml < .delta/config.toml <