Skip to content

Commit 2259a89

Browse files
committed
debug
1 parent 76d667c commit 2259a89

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/generate-allure-report.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,16 @@ jobs:
134134
cp **/*${{ env.COVERAGE_EXT }} ${{ env.COVERAGE_REPORT_PATH }}
135135
ls ${{ env.COVERAGE_REPORT_PATH }}
136136
137+
- name: Setup upterm session
138+
uses: lhotari/action-upterm@v1
139+
137140
- name: Normalize coverage report paths
138141
run: |
139142
sed -i -e 's/SF:\/root/SF:rust/g' ${{ env.COVERAGE_REPORT_PATH }}/cat-libs.coverage.info
140143
144+
- name: Setup upterm session
145+
uses: lhotari/action-upterm@v1
146+
141147
- name: Coveralls
142148
env:
143149
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -150,9 +156,6 @@ jobs:
150156
base-path: "/home/runner/work/catalyst-libs/catalyst-libs/"
151157
parallel: true
152158

153-
- name: Setup upterm session
154-
uses: lhotari/action-upterm@v1
155-
156159
upload-coverage-report:
157160
name: Upload coverage report
158161
needs: [generate-coverage-report]

0 commit comments

Comments
 (0)