Add workflows/test.yml
This commit is contained in:
parent
c6fff42f9d
commit
e62c34a8a4
1 changed files with 5 additions and 0 deletions
5
workflows/test.yml
Normal file
5
workflows/test.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
name: Test job
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
run: echo 'TEST JOB'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue