mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
fix ci
This commit is contained in:
parent
984da6d5f1
commit
4739e093fc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -42,4 +42,4 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: npm mocha_test -- -g ${{ matrix.mcVersion }}
|
run: npm run mocha_test -- -g ${{ matrix.mcVersion }}
|
||||||
|
|
Loading…
Reference in a new issue