From b846202a207ad844dd3ae6be14d259d8e729a377 Mon Sep 17 00:00:00 2001 From: extremeheat Date: Fri, 19 Jul 2024 20:44:33 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8a2a07f..a029af14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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