We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7f06c commit d9cfc74Copy full SHA for d9cfc74
.github/workflows/ci.yml
@@ -56,6 +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 pc1.21 https://github.com/PrismarineJS/minecraft-data.git --depth 1 && node bin/generate_data.js
60
- name: Run tests
61
run: npm run mochaTest -- -g ${{ matrix.mcVersion }}v
0 commit comments