Skip to content

Increased the last game from No.2503 to No.8290 #96

Increased the last game from No.2503 to No.8290

Increased the last game from No.2503 to No.8290 #96

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
npm install
- run: |
npm run test