mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
Include PR_NUMBER so codecov build can do branch matching (#8033)
This commit is contained in:
parent
1801eddde1
commit
20d5798594
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test_coverage.yml
vendored
2
.github/workflows/test_coverage.yml
vendored
|
@ -6,6 +6,8 @@ on:
|
|||
jobs:
|
||||
test-coverage:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
PR_NUMBER: ${{github.event.number}}
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue