Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed Mar 13, 2024
1 parent b8db700 commit d4bc4d8
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,18 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: stats
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: pkmn/engine
path: engine
- name: Use Node.js ${{ matrix.node-version }}
uses: Zarel/setup-node@patch-1
with:
node-version: ${{ matrix.node-version }}
- run: npm -C engine install --ignore-scripts
- run: npm -C engine run compile
- run: npm -C stats install
- run: npm -C stats run test
env:
CI: true

0 comments on commit d4bc4d8

Please sign in to comment.