test new action
parent
6fd38724a7
commit
bf989a6e6b
|
|
@ -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!")'
|
||||
|
|
|
|||
Loading…
Reference in New Issue