Add concurrency
This commit is contained in:
parent
91c78b614e
commit
f7f16838be
1 changed files with 4 additions and 0 deletions
|
@ -6,8 +6,12 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: catthehacker/ubuntu:act-latest
|
container: catthehacker/ubuntu:act-latest
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
things: [1, 2, 3, 4, 5]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- run: sleep 5
|
||||||
- name: Hello world
|
- name: Hello world
|
||||||
run: docker run hello-world
|
run: docker run hello-world
|
||||||
- run: docker ps
|
- run: docker ps
|
||||||
|
|
Loading…
Reference in a new issue