We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5327652 commit 4db4566Copy full SHA for 4db4566
.github/workflows/ci.yml
@@ -56,8 +56,5 @@ jobs:
56
distribution: 'adopt'
57
- name: Install dependencies
58
run: npm install
59
- - run: cd node_modules && cd minecraft-data && mv minecraft-data minecraft-data-old && git clone -b pc-1_21_9 https://github.com/PrismarineJS/minecraft-data --depth 1 && node bin/generate_data.js
60
- - run: curl -o node_modules/protodef/src/serializer.js https://raw.githubusercontent.com/extremeheat/node-protodef/refs/heads/dlog/src/serializer.js && curl -o node_modules/protodef/src/compiler.js https://raw.githubusercontent.com/extremeheat/node-protodef/refs/heads/dlog/src/compiler.js
61
-
62
- name: Run tests
63
run: npm run mochaTest -- -g ${{ matrix.mcVersion }}v
0 commit comments