Add actions
Some checks failed
/ test (push) Successful in 17s
/ test_docker (push) Has been cancelled

This commit is contained in:
Andrea Fazzi 2024-11-08 10:01:09 +01:00
parent 8ed589fde5
commit b4c1482217
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,6 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good

View file

@ -0,0 +1,6 @@
on: [push]
jobs:
test_docker:
runs-on: ubuntu-22.04
steps:
- run: docker info