File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
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
@@ -173,6 +174,12 @@ jobs:
173
174
pattern : coverages-artifacts
174
175
path : ./coverages
175
176
177
+ # SSH Debug
178
+ - name : Enable SSH
179
+ uses : mxschmitt/action-tmate@v3
180
+ with :
181
+ detached : true
182
+
176
183
- name : Calculate coverage across all tests runs
177
184
run : |
178
185
npx nyc report -t ./coverages -r text -r text-summary
You can’t perform that action at this time.
0 commit comments