Skip to content

Commit 425e8b8

Browse files
committed
override GITHUB_WORKSPACE
Signed-off-by: Brian DeHamer <[email protected]>
1 parent 6865e39 commit 425e8b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/conformance.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
- name: Build sigstore-js
2828
run: npm run build
2929
- uses: sigstore/sigstore-conformance@63fbf5b0118e007a907f2b44a4530bb45ce58eb3
30+
env:
31+
GITHUB_WORKSPACE: '/tmp'
3032
with:
3133
entrypoint: ${{ github.workspace }}/packages/conformance/bin/run
3234
xfail: "test_verify_with_trust_root test_verify_cpython_release_bundles"

0 commit comments

Comments
 (0)