Update .forgejo/workflows/demo.yaml

This commit is contained in:
Aliberk Sandıkçı 2024-11-10 21:58:37 +03:00
parent 000158b401
commit 8c5af46476

View file

@ -3,7 +3,9 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
test: test:
runs-on: bitanmi/debian:latest runs-on: docker
container:
image: alpine:3.19
steps: steps:
- run: echo All Good - run: echo All Good
- run : ping asandikci.com - run : ping asandikci.com