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