demo action inside contianer
All checks were successful
/ test (push) Successful in 1m9s

This commit is contained in:
Christian Pointner 2024-12-30 19:29:10 +01:00
parent c9a6833649
commit 52acc3c097

View file

@ -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