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 d0eb72b commit cadb918Copy full SHA for cadb918
.github/workflows/report-to-ketryx.yml
@@ -77,12 +77,3 @@ jobs:
77
commit-sha: ${{ inputs.commit-sha }}
78
build-name: ${{ inputs.build-name }}
79
test-junit-path: test-results/**/*.xml
80
- - name: Upload test results for Ketryx
81
- uses: actions/upload-artifact@v4
82
- with:
83
- name: test-results
84
- path: |
85
- packages/sdk/test-results/*.xml
86
- packages/cli/test-results/*.xml
87
-# todos:
88
-# create the missing artifact manually and test if the current work flow passes on CI/CD
0 commit comments