CAPAUT-353 Init workflow test
This commit is contained in:
12
.gitea/workflows/test.yaml
Normal file
12
.gitea/workflows/test.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Test
|
||||
|
||||
on:
|
||||
workflow-call:
|
||||
|
||||
jobs:
|
||||
Build:
|
||||
runs-on: nodejs-ubuntu
|
||||
steps:
|
||||
- name: Test step
|
||||
run: |
|
||||
echo "Hello World"
|
||||
Reference in New Issue
Block a user