Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <bdehamer@github.com>
  • Loading branch information
bdehamer committed Dec 3, 2024
1 parent 3ded56e commit a6d3f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: npm ci
- name: Build sigstore-js
run: npm run build
- uses: sigstore/sigstore-conformance@2c7252ea71e5719372869e439ec872167b68341a
- uses: sigstore/sigstore-conformance@63fbf5b0118e007a907f2b44a4530bb45ce58eb3
with:
entrypoint: ${{ github.workspace }}/packages/conformance/bin/run
xfail: "test_verify_with_trust_root"
Expand All @@ -46,7 +46,7 @@ jobs:
run: npm ci
- name: Build sigstore-js
run: npm run build
- uses: sigstore/sigstore-conformance@2c7252ea71e5719372869e439ec872167b68341a
- uses: sigstore/sigstore-conformance@63fbf5b0118e007a907f2b44a4530bb45ce58eb3
with:
entrypoint: ${{ github.workspace }}/packages/conformance/bin/run
environment: staging

0 comments on commit a6d3f67

Please sign in to comment.