Skip to content

Commit

Permalink
remote custom ci install
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 committed Oct 12, 2024
1 parent 5c5bbf3 commit cbfda0f
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.20.5 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 cbfda0f

Please sign in to comment.