File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
environment :
22
22
name : staging
23
- url : ${{ env.DEFAULT_GITHUB_PAGES_URL }}/${{ github.run_id }}/${{ env.REPORT_NAME }}/report
23
+ url : ${{ env.DEFAULT_GITHUB_PAGES_URL }}/${{ github.run_id }}/${{ env.REPORT_NAME }}
24
24
steps :
25
25
- uses : actions/checkout@v4
26
26
Original file line number Diff line number Diff line change 14
14
name : Frontend tests
15
15
environment :
16
16
name : staging
17
- url : ${{ env.DEFAULT_GITHUB_PAGES_URL }}/${{ github.run_id }}/${{ env.REPORT_NAME }}/report
17
+ url : ${{ env.DEFAULT_GITHUB_PAGES_URL }}/${{ github.run_id }}/${{ env.REPORT_NAME }}
18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ jobs:
156
156
runs-on : ubuntu-latest
157
157
name : Final coverage
158
158
needs : run-tests
159
+ if : always()
159
160
steps :
160
161
- uses : actions/checkout@v4
161
162
@@ -170,7 +171,7 @@ jobs:
170
171
- name : Download coverage artifacts
171
172
uses : actions/download-artifact@v4
172
173
with :
173
- pattern : coverages-artifacts
174
+ name : coverages-artifacts
174
175
path : ./coverages
175
176
176
177
- name : Calculate coverage across all tests runs
You can’t perform that action at this time.
0 commit comments