From 714f37876ca6882e9547d468b6327eb2936cfed9 Mon Sep 17 00:00:00 2001 From: Raphael Marchese Date: Mon, 30 Oct 2023 18:03:52 +0100 Subject: [PATCH] test ci debug mode --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b21ecec..9907b0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,5 +25,6 @@ jobs: - name: Run Script run: - ./template-sync.sh api-template + ./template-sync.sh api-template --debug + \ No newline at end of file