This commit is contained in:
parent
e74a7154a6
commit
039a9f3ee9
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/test.yaml
Normal file
8
.forgejo/workflows/test.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
||||
- run: id
|
||||
- run: ls -la /var/run
|
Loading…
Add table
Reference in a new issue