From c989c612cd5dfa4d13436156baa94a47aa9b2c13 Mon Sep 17 00:00:00 2001 From: Lars Aaberg Date: Sun, 10 Mar 2024 15:20:16 +0100 Subject: [PATCH] Spinning up docker compose before testing --- .github/workflows/maven.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index afe4fe30..708f83c1 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -21,6 +21,8 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Docker Compose Action + uses: isbang/compose-action@v1.5.1 - name: Set up JDK 17 uses: actions/setup-java@v3 with: