Skip to content

ci: only test 4.15 of koishi #93

ci: only test 4.15 of koishi

ci: only test 4.15 of koishi #93

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
koishi: ['4.15']
steps:
- uses: actions/checkout@v3
- uses: AwesomeHamster/actions-test@master
with:
install-peer: koishi@${{ matrix.koishi }}
test: |
yarn lint
yarn test