Files
de.captica.expert.devops/.gitea/workflows/test.yaml
2024-03-25 08:21:50 +01:00

15 lines
218 B
YAML

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"