Skip to content

Commit

Permalink
CI science continues
Browse files Browse the repository at this point in the history
So single quotes don't get removed but double quotes do...
  • Loading branch information
Chocohead authored Mar 20, 2023
1 parent 968bc2b commit 9c0b3b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ jobs:
uses: ./repo/.github/actions/run-test
with:
config: >-
'{
{
"version": "1.19.2",
"optifine": "HD_U_I1",
"jars": []
}'
}
continue-on-error: true
test-1_19_3:
name: Test 1.19.3
Expand Down Expand Up @@ -115,17 +115,17 @@ jobs:
config: >-
{
"version": "1.19.3",
'"optifine": "HD_U_I2_pre5",'
"optifine": "HD_U_I2_pre5",
"jars": []
}
continue-on-error: true
- name: Test OptiFabric with Fabric API
uses: ./repo/.github/actions/run-test
with:
config: |-
config: >-
{
"version": "1.19.3",
"optifine": "HD_U_I2_pre5",
"jars": ["net.fabricmc.fabric-api:fabric-api:0.75.1+1.19.3"]
"jars": [\"net.fabricmc.fabric-api:fabric-api:0.75.1+1.19.3\"]
}
continue-on-error: true

0 comments on commit 9c0b3b8

Please sign in to comment.