Try multiple jobs
This commit is contained in:
parent
3eb1eff0cc
commit
53e6265b85
1 changed files with 9 additions and 3 deletions
|
@ -4,12 +4,18 @@ on:
|
|||
- 'main'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
setup:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: hggwil/asciidoc
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup
|
||||
run: |
|
||||
ls -l
|
||||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: hggwil/asciidoc
|
||||
steps:
|
||||
- name: Setup
|
||||
run: |
|
||||
ls -l
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue