CAPAUT-353 Adjust test wf

This commit is contained in:
2024-03-25 08:21:50 +01:00
parent fbfbc22a65
commit 33b6ce006c

View File

@@ -2,11 +2,14 @@ name: Test
on:
workflow-call:
inputs:
testvar:
required: false
type: string
jobs:
Build:
runs-on: nodejs-ubuntu
runs-on: nodejs-ubuntu
steps:
- name: Test step
run: |
echo "Hello World"
run: echo "Hello World"