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 acb0496 commit ede4d29Copy full SHA for ede4d29
.github/workflows/gradle.yml
@@ -1074,6 +1074,16 @@ jobs:
1074
with:
1075
name: Kubernetes Logs
1076
path: /tmp/kubernetes_logs/*
1077
+
1078
+ - name: Upload test results to BuildPulse for flaky test detection
1079
+ if: "!cancelled()" # Run this step even when the tests fail. Skip if the workflow is cancelled.
1080
+ uses: Workshop64/buildpulse-action@main
1081
+ with:
1082
+ account: 59758427
1083
+ repository: 283046497
1084
+ path: "/actions-runner/_work/airbyte/airbyte/*"
1085
+ key: ${{ secrets.BUILDPULSE_ACCESS_KEY_ID }}
1086
+ secret: ${{ secrets.BUILDPULSE_SECRET_ACCESS_KEY }}
1087
1088
1089
# # In case of self-hosted EC2 errors, remove this block.
0 commit comments