CAPAUT-353 Init workflow test

This commit is contained in:
2024-03-25 08:02:41 +01:00
parent f036a24f4f
commit fbfbc22a65

View File

@@ -0,0 +1,12 @@
name: Test
on:
workflow-call:
jobs:
Build:
runs-on: nodejs-ubuntu
steps:
- name: Test step
run: |
echo "Hello World"