Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
lbergelson committed Oct 8, 2024
1 parent 91a2a1d commit cee987a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .carrot/eval.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"eval_workflow.result": "default"
}

4 changes: 4 additions & 0 deletions .carrot/test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"test_workflow.image_to_use": "ubuntu:latest"
}

7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This docker build is here to enable Carrot tests
# It's not intended for any other purpose
FROM eclipse-temurin:17

COPY . .
RUN ./gradlew compileTestJava
ENTRYPOINT bash

0 comments on commit cee987a

Please sign in to comment.