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:
- minecraft
# Optional test (gpt 3.5)
test_gpt_35:
gpt-3.5-turbo:
stage: test
script:
- echo "Running tests with `gpt-3.5-turbo`"
- ./gradlew test
when: manual
tags:
- test
- minecraft
# Optional test (gpt 4o)
test_gpt_4o:
gpt-4o:
stage: test
script:
- echo "Running tests with `gpt-4o`"
......@@ -83,7 +83,7 @@ test_gpt_4o:
- ./gradlew test
when: manual
tags:
- test
- minecraft
# Deploy to 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