Skip to content

Commit

Permalink
Revert "chore(ci) remove temporary Coveralls fix"
Browse files Browse the repository at this point in the history
This reverts commit f28e33a.
  • Loading branch information
thibaultcha committed Aug 3, 2023
1 parent f28e33a commit 9fc6e18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ defaults:
run:
shell: bash

env:
COVERALLS_SERVICE_NUMBER: ${{ github.run_id }}-${{ github.run_attempt }}

jobs:
unit:
name: 'Unit'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/job-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ env:
TEST_NGINX_USE_HUP: ${{ inputs.hup == 'hup' && 1 || 0 }}
TEST_NGINX_TIMEOUT: 60
TEST_NGINX_EXTERNAL_TIMEOUT: 120s
COVERALLS_SERVICE_NUMBER: ${{ github.run_id }}-${{ github.run_attempt }}

jobs:
tests:
Expand Down

0 comments on commit 9fc6e18

Please sign in to comment.