ci: simplify coveralls job id
This commit is contained in:
parent
11f08e7bb1
commit
8b872216ea
3
.github/workflows/coveralls.yml
vendored
3
.github/workflows/coveralls.yml
vendored
@ -11,6 +11,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
NODE_COVERALLS_DEBUG: 1
|
NODE_COVERALLS_DEBUG: 1
|
||||||
|
COVERALLS_SERVICE_JOB_ID: glog-${{github.run_number}}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Coveralls Finished
|
- name: Coveralls Finished
|
||||||
@ -18,5 +19,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
parallel-finished: true
|
parallel-finished: true
|
||||||
env:
|
|
||||||
COVERALLS_SERVICE_JOB_ID: glog-${{steps.date.outputs.date}}-${{github.run_number}}
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user