Fix typo
parent
7ce072c47a
commit
f4f660dce5
|
@ -47,7 +47,7 @@ jobs:
|
||||||
test: ${{ fromJson(needs.prepare_test_matrix.outputs.matrix) }}
|
test: ${{ fromJson(needs.prepare_test_matrix.outputs.matrix) }}
|
||||||
exclude:
|
exclude:
|
||||||
- java: jdk16
|
- java: jdk16
|
||||||
test: net.fabricmc.loom.test.intergration.KotlinTest
|
test: net.fabricmc.loom.test.integration.KotlinTest
|
||||||
|
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container:
|
container:
|
||||||
|
|
Loading…
Reference in New Issue