Skip to content

Commit 7b5c242

Browse files
Copilotrubensworks
andauthored
Use mc-runtime-test@main and re-enable 26.1.2 client test
Agent-Logs-Url: https://github.com/CyclopsMC/packtests/sessions/a7b5c233-53a2-4583-9135-4ecb6a71ced4 Co-authored-by: rubensworks <440384+rubensworks@users.noreply.github.com>
1 parent cbc4758 commit 7b5c242

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gametests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ jobs:
6464
GITHUB_USER: ${{ github.actor }}
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6666
- name: 'Test in runtime client'
67-
if: matrix.env == 'client' && (matrix.loader != 'forge' && matrix.loader != 'fabric') && matrix.mc != '26.1.2' # This does not work yet on Forge, Fabric, or mc 26.1.2 (no mc-runtime-test asset available)
67+
if: matrix.env == 'client' && (matrix.loader != 'forge' && matrix.loader != 'fabric') # This does not work yet on Forge or Fabric
6868
timeout-minutes: 10
69-
uses: headlesshq/mc-runtime-test@4.3.1
69+
uses: headlesshq/mc-runtime-test@main
7070
with:
7171
mc: ${{ matrix.mc }}
7272
modloader: ${{ matrix.loader }}

0 commit comments

Comments
 (0)