Skip to content

Commit

Permalink
parallel coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Dec 4, 2023
1 parent c1b6143 commit 7e1e840
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -33,7 +33,6 @@ jobs:
matrix:
go: [ '1.20', '1.21' ]
fail-fast: false

name: Test
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -61,10 +60,11 @@ jobs:
working-directory: ./caddy

- name: Upload coverage results

uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov

parallel: true
- name: Start Mercure
run: |
cd caddy/mercure
Expand All @@ -88,3 +88,11 @@ jobs:
- name: Run Playwright tests
working-directory: conformance-tests/
run: npx playwright test

finish:
needs: test
runs-on: ubuntu-latest
steps:
- uses: shogo82148/actions-goveralls@v1
with:
parallel-finished: true

0 comments on commit 7e1e840

Please sign in to comment.