Commit cbbebe52 by Jonathan Thomas

Fixing gitlab ci tag

parent e1524007
Pipeline #12449 passed with stages
in 3 minutes 2 seconds
...@@ -65,17 +65,17 @@ build_mod: ...@@ -65,17 +65,17 @@ build_mod:
- minecraft - minecraft
# Optional test (gpt 3.5) # Optional test (gpt 3.5)
test_gpt_35: gpt-3.5-turbo:
stage: test stage: test
script: script:
- echo "Running tests with `gpt-3.5-turbo`" - echo "Running tests with `gpt-3.5-turbo`"
- ./gradlew test - ./gradlew test
when: manual when: manual
tags: tags:
- test - minecraft
# Optional test (gpt 4o) # Optional test (gpt 4o)
test_gpt_4o: gpt-4o:
stage: test stage: test
script: script:
- echo "Running tests with `gpt-4o`" - echo "Running tests with `gpt-4o`"
...@@ -83,7 +83,7 @@ test_gpt_4o: ...@@ -83,7 +83,7 @@ test_gpt_4o:
- ./gradlew test - ./gradlew test
when: manual when: manual
tags: tags:
- test - minecraft
# Deploy to Modrinth # Deploy to Modrinth
Modrinth: Modrinth:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment