Skip to content

Commit cbc4758

Browse files
Copilotrubensworks
andauthored
Skip client runtime test for mc 26.1.2 (no mc-runtime-test asset available yet)
Agent-Logs-Url: https://github.com/CyclopsMC/packtests/sessions/a0ca465e-1562-4f65-95a1-cf39a24558d3 Co-authored-by: rubensworks <440384+rubensworks@users.noreply.github.com>
1 parent 6d16fa7 commit cbc4758

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gametests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ 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') # This does not work yet on Forge or Fabric
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)
6868
timeout-minutes: 10
6969
uses: headlesshq/mc-runtime-test@4.3.1
7070
with:

0 commit comments

Comments
 (0)