Update .forgejo/workflows/demo.yaml
This commit is contained in:
parent
000158b401
commit
8c5af46476
1 changed files with 7 additions and 5 deletions
|
@ -3,7 +3,9 @@ on:
|
|||
workflow_dispatch:
|
||||
jobs:
|
||||
test:
|
||||
runs-on: bitanmi/debian:latest
|
||||
runs-on: docker
|
||||
container:
|
||||
image: alpine:3.19
|
||||
steps:
|
||||
- run: echo All Good
|
||||
- run : ping asandikci.com
|
||||
|
|
Loading…
Reference in a new issue