From dadeb28800523e54f2978c3f0aa6d48776157243 Mon Sep 17 00:00:00 2001 From: Marc Boehm Date: Mon, 25 Mar 2024 08:29:34 +0100 Subject: [PATCH] CAPAUT-353 Adjust wf --- .gitea/workflows/test.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index d420b52..a75e7f0 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -1,15 +1,12 @@ name: Test on: - workflow-call: - inputs: - testvar: - required: false - type: string + workflow-call: jobs: Build: runs-on: nodejs-ubuntu steps: - name: Test step - run: echo "Hello World" \ No newline at end of file + run: | + echo "Hello World" \ No newline at end of file