This commit is contained in:
parent
c9a6833649
commit
52acc3c097
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: debian:bookworm
|
||||||
steps:
|
steps:
|
||||||
- run: sleep 60
|
- run: sleep 60
|
||||||
- run: echo All Good
|
- run: echo All Good
|
||||||
|
|
Loading…
Reference in a new issue