8000 Import smogon/pokemon-showdown@82ed1fb5 · pkmn/ps@62f19e6 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Import smogon/pokemon-showdown@82ed1fb5 #344

Import smogon/pokemon-showdown@82ed1fb5

Import smogon/pokemon-showdown@82ed1fb5 #344

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