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

13 lines
232 B
YAML

name: Test
run-name: ${{ gitea.actor }} pushed new changes to ${{ gitea.branch }}
on:
workflow-call:
jobs:
Build:
runs-on: nodejs-ubuntu
steps:
- name: Test step
run: |
echo "Hello World"