11 lines
No EOL
165 B
YAML
11 lines
No EOL
165 B
YAML
on: [push]
|
|
jobs:
|
|
test:
|
|
runs-on: docker
|
|
steps:
|
|
- run: touch /artifacts/test
|
|
|
|
test2:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo All Good |