test new action

main
Jean-Marie Mineau 2024-03-12 09:48:38 +01:00
parent 6fd38724a7
commit bf989a6e6b
Signed by: histausse
GPG Key ID: B66AEEDA9B645AD2
1 changed files with 7 additions and 0 deletions

View File

@ -4,3 +4,10 @@ jobs:
runs-on: debian
steps:
- run: echo All Good
- run: python -c 'print("Hello world!")'
test_container:
runs-on: debian
container:
image: python:latest
steps:
run: python -c 'print("Hello world!")'