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"