CAPAUT-353 Adjust test wf
This commit is contained in:
@@ -2,11 +2,14 @@ name: Test
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow-call:
|
workflow-call:
|
||||||
|
inputs:
|
||||||
|
testvar:
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Build:
|
Build:
|
||||||
runs-on: nodejs-ubuntu
|
runs-on: nodejs-ubuntu
|
||||||
steps:
|
steps:
|
||||||
- name: Test step
|
- name: Test step
|
||||||
run: |
|
run: echo "Hello World"
|
||||||
echo "Hello World"
|
|
||||||
Reference in New Issue
Block a user