Fix typo
This commit is contained in:
parent
7ce072c47a
commit
f4f660dce5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-push.yml
vendored
2
.github/workflows/test-push.yml
vendored
|
@ -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 a new issue