From e3d9c63609a38066a9ad6e70d5ed6eceaf55f0eb Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Fri, 22 Nov 2024 13:42:57 +0100 Subject: [PATCH] Print launcher help as a sanity check on the CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02f26a7..4ff8b06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,8 @@ jobs: apps: 'sbt' - name: Test run: sbt +test + - name: Print help + run: sbt "cli/run --help" publish: needs: test