We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e32ce27 commit 27071c7Copy full SHA for 27071c7
.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.3 https://github.com/GroobleDierne/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