Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat committed Jul 20, 2024
1 parent b7d2ca4 commit b846202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ 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 1.20.5protocol https://github.com/extremeheat/minecraft-data/ --depth 1 && node bin/generate_data.js
- 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 b846202

Please sign in to comment.