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:
test:
runs-on: docker
container:
image: debian:bookworm
steps:
- run: sleep 60
- run: echo All Good