Add concurrency
All checks were successful
build (1)
build (2)
build (3)
build (4)
build (5)

This commit is contained in:
Jake Howard 2023-03-24 21:12:40 +00:00
parent 91c78b614e
commit f7f16838be

View File

@ -6,8 +6,12 @@ jobs:
build:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
strategy:
matrix:
things: [1, 2, 3, 4, 5]
steps:
- uses: actions/checkout@v3
- run: sleep 5
- name: Hello world
run: docker run hello-world
- run: docker ps