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 6865e39 commit 425e8b8Copy full SHA for 425e8b8
.github/workflows/conformance.yml
@@ -27,6 +27,8 @@ jobs:
27
- name: Build sigstore-js
28
run: npm run build
29
- uses: sigstore/sigstore-conformance@63fbf5b0118e007a907f2b44a4530bb45ce58eb3
30
+ env:
31
+ GITHUB_WORKSPACE: '/tmp'
32
with:
33
entrypoint: ${{ github.workspace }}/packages/conformance/bin/run
34
xfail: "test_verify_with_trust_root test_verify_cpython_release_bundles"
0 commit comments