ci: serve local sprites in the bdd job

Stops each BDD run downloading every Living Dex sprite from GitHub.
This commit is contained in:
Josh Creek
2026-09-14 15:22:05 +01:00
parent c3a3d43883
commit 3f8daea8d2
+4
View File
@@ -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