Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 authored Jan 8, 2025
1 parent a8ac001 commit bd86d77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,5 @@ jobs:
distribution: 'adopt'
- name: Install dependencies
run: npm install
- run: cd node_modules && cd minecraft-data && mv minecraft-data minecraft-data-old && git clone -b pc1.21.4 https://github.com/extremeheat/minecraft-data/ --depth 1 && node bin/generate_data.js
- name: Run tests
run: npm run mochaTest -- -g ${{ matrix.mcVersion }}v

0 comments on commit bd86d77

Please sign in to comment.