We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5317a98 commit fd82ca6Copy full SHA for fd82ca6
.github/workflows/build.yml
@@ -61,17 +61,17 @@ jobs:
61
- run: ./gradlew check -Dtest.profile=integration
62
63
- run: ./gradlew composeLogs
64
- if: ${{ !cancelled() }}
+ if: ${{ always() }}
65
66
- name: Upload docker logs artifact
67
68
uses: actions/upload-artifact@v3
69
with:
70
name: docker-logs_jdk${{ matrix.java }}
71
path: ./build/containers-logs
72
73
- name: Upload skywalking-api.log artifact
74
75
76
77
name: skywalking-api_jdk${{ matrix.java }}.log
0 commit comments