on: [push]
jobs:
test:
runs-on: docker
steps:
- run: touch /artifacts/test
test2:
runs-on: ubuntu-latest
- run: echo All Good