From b3ffc27d41dc8e618bb1e4be222bb1f1b0b9d1cc Mon Sep 17 00:00:00 2001 From: Oliver <20188437+olivergrabinski@users.noreply.github.com> Date: Tue, 26 Mar 2024 17:27:37 +0100 Subject: [PATCH] Fix integration? --- .github/workflows/ci-delta-ship.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-delta-ship.yml b/.github/workflows/ci-delta-ship.yml index 7bfe16cf33..bf4eab14e4 100644 --- a/.github/workflows/ci-delta-ship.yml +++ b/.github/workflows/ci-delta-ship.yml @@ -45,5 +45,5 @@ jobs: - name: Unit tests run: | sbt -Dsbt.color=always -Dsbt.supershell=false \ + ship/testOnly *Suite \ ship/testOnly *Spec - ship/testOnly *Suite