Skip to content

Commit

Permalink
Merge ce53a96 into 5082339
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnovation committed May 29, 2021
2 parents 5082339 + ce53a96 commit ccc5363
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -53,3 +53,14 @@ jobs:
if: steps.install.outcome == 'success' && steps.install.conclusion == 'success'
run: |
make test
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
COVERALLS_PARALLEL: 1
COVERALLS_FLAG_NAME: Emacs ${{ matrix.emacs_version }}

finish:
needs: build-and-test
if: always()
runs-on: ubuntu-latest
steps:
- run: curl "https://coveralls.io/webhook?repo_name=$GITHUB_REPOSITORY&repo_token=${{ secrets.GITHUB_TOKEN }}" -d "payload[build_num]=$GITHUB_RUN_NUMBER&payload[status]=done"

0 comments on commit ccc5363

Please sign in to comment.