Skip to content

Commit

Permalink
Added summary job to allow required check for matrix job
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarvardt committed May 22, 2022
1 parent 91bbbd5 commit e64a524
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/testing.yml
Expand Up @@ -13,6 +13,7 @@ jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand All @@ -23,6 +24,7 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
go-version: [ 1.17, 1.18 ]
Expand Down Expand Up @@ -50,3 +52,10 @@ jobs:
docker-compose --version
- run: task test

tets-summary:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- run: echo "All good!"

0 comments on commit e64a524

Please sign in to comment.