CAPAUT-353 Adjust wf

This commit is contained in:
2024-03-25 08:29:34 +01:00
parent 33b6ce006c
commit dadeb28800

View File

@@ -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"
run: |
echo "Hello World"