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'
|
- 'main'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
setup:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
|
||||||
image: hggwil/asciidoc
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: |
|
run: |
|
||||||
ls -l
|
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