From 84d6d413aacad87b781b1c2cc777ebd7e8d07b91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Ferrer=20Gonza=CC=81lez?= Date: Thu, 20 Jun 2024 12:07:06 +0200 Subject: [PATCH] ci: execute generated project tests in the pipeline --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c856e2b..87c468e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,3 +21,6 @@ jobs: - name: 📦 Run Gitter to apply template run: sbt g8 + + - name: ✅ Run test from the generated template + run: sbt g8Test