Test docker run
This commit is contained in:
parent
f68e39d130
commit
2a1690b79c
1 changed files with 6 additions and 0 deletions
6
.forgejo/workflows/test.yaml
Normal file
6
.forgejo/workflows/test.yaml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test_docker:
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
steps:
|
||||||
|
- run: docker info
|
Loading…
Reference in a new issue