diff --git a/.github/workflows/database.yml b/.github/workflows/database.yml index f5256b239..6054682d1 100644 --- a/.github/workflows/database.yml +++ b/.github/workflows/database.yml @@ -77,6 +77,8 @@ jobs: uses: actions/checkout@v6 with: submodules: recursive + - name: Setup uv + uses: ./.github/actions/setup-uv - name: Build and start services run: make docker-dev-up - name: Run migrations and build database @@ -89,3 +91,6 @@ jobs: run: make docker-restore-db - name: Test data run: curl -Ss http://localhost/api/v2/pokemon/1/ | grep -q 'bulbasaur' + - name: Crawl API + run: | + uvx --from pokeapi-ditto ditto clone --src-url http://localhost/ --dest-dir ./out diff --git a/data/v2/csv/evolution_chains.csv b/data/v2/csv/evolution_chains.csv index 099f54e8e..fa4609510 100644 --- a/data/v2/csv/evolution_chains.csv +++ b/data/v2/csv/evolution_chains.csv @@ -419,7 +419,6 @@ id,baby_trigger_item_id 426, 427, 428, -429, 430, 431, 432,