8000 fix@pkmn/data test to account for dex-moves caching · pkmn/ps@f9961fa · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix@pkmn/data test to account for dex-moves caching #338

fix@pkmn/data test to account for dex-moves caching

5AC0

fix@pkmn/data test to account for dex-moves caching #338

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- run: npm install
- run: npm run test:integration
0