From 3f8daea8d29a91e84f5d76709ff2cd499b3cf84d Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Mon, 14 Sep 2026 15:22:05 +0100 Subject: [PATCH] ci: serve local sprites in the bdd job Stops each BDD run downloading every Living Dex sprite from GitHub. --- .github/workflows/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 36f50c2..32bb592 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -83,6 +83,10 @@ jobs: bdd: runs-on: ubuntu-latest timeout-minutes: 30 + # Serve the committed sprites so offline sync doesn't download every Living Dex sprite from + # GitHub on each run. + env: + PUBLIC_USE_LOCAL_POKEMON_SPRITE_FOLDER: 'true' steps: - uses: actions/checkout@v5 - uses: actions/setup-node@v5