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