Skip to content

Commit

Permalink
Trying to fix coveralls workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasstich committed Sep 8, 2023
1 parent 09701d9 commit 7e03e94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coveralls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

# submit result from parallel to coveralls
- name: Coveralls Parallel
uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@95b1a2355bd0e526ad2fd62da9fd386ad4c98474
with:
flag-name: run-${{ join(matrix.*, '-') }}
parallel: true
Expand All @@ -88,7 +88,7 @@ jobs:
steps:
# tell coveralls we are done with this run
- name: Coveralls Finished
uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@95b1a2355bd0e526ad2fd62da9fd386ad4c98474
with:
parallel-finished: true
carryforward: "run-AuthoringToolTest,run-BackendAccessTest,run-BusinessLogicTest,run-DataAccessTest,run-GeneratorTest,run-IntegrationTest,run-PresentationTest,run-SharedTest"
Expand Down

0 comments on commit 7e03e94

Please sign in to comment.