Skip to content

Commit c232f05

Browse files
committed
Always upload CI logs for easier debugging
1 parent 0f7acda commit c232f05

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/integration.yml

+8
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,14 @@ jobs:
103103
104104
make verify-integration
105105
106+
- name: Upload logs
107+
uses: actions/upload-artifact@v3
108+
if: always()
109+
with:
110+
name: curl.log
111+
path: /tmp/curl.log
112+
if-no-files-found: ignore
113+
106114
- name: Submit coverage report
107115
run: |
108116
codecov --token=cf379ef9-76c2-4aa9-9bf5-5c01303222e0

0 commit comments

Comments
 (0)