on:
push:
jobs:
test:
runs-on: docker
steps:
- run: apt update
- run: apt install docker.io
- run: docker ps