Add .solstice/workflow.kdl
This commit is contained in:
parent
f4e1717df9
commit
45b660c2da
1 changed files with 7 additions and 0 deletions
7
.solstice/workflow.kdl
Normal file
7
.solstice/workflow.kdl
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
workflow name="Test CI" {
|
||||||
|
job id="hello" runs_on="ubuntu-22.04" {
|
||||||
|
step name="System info" run="uname -a && hostname"
|
||||||
|
step name="Hello world" run="echo 'Hello from Solstice CI!'"
|
||||||
|
step name="Disk space" run="df -h"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue