mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-09-14 17:42:17 +00:00
ci: serve local sprites in the bdd job
Stops each BDD run downloading every Living Dex sprite from GitHub.
This commit is contained in:
@@ -83,6 +83,10 @@ jobs:
|
|||||||
bdd:
|
bdd:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 30
|
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:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
- uses: actions/setup-node@v5
|
- uses: actions/setup-node@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user