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 d76d68e commit 1d472e2Copy full SHA for 1d472e2
.github/workflows/slo.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@v3
26
27
- name: Run SLO
28
- uses: ydb-platform/slo-tests@js-version
+ uses: ydb-platform/slo-tests@additional-logs
29
with:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
KUBECONFIG_B64: ${{ secrets.SLO_KUBE_CONFIG }}
@@ -66,3 +66,9 @@ jobs:
66
language3: 'Go SDK xorm'
67
workload_build_context3: ../..
68
workload_build_options3: -f Dockerfile --build-arg SRC_PATH=xorm --build-arg JOB_NAME=workload-xorm
69
+
70
+ - uses: actions/upload-artifact@v3
71
+ if: always()
72
+ with:
73
+ name: slo-logs
74
+ path: logs/
0 commit comments