Skip to content

Commit 79ad72a

Browse files
bdehamercmurphy
andauthored
Bump conformance testing to latest (#1568)
* Bump conformance testing to latest Signed-off-by: Colleen Murphy <[email protected]> * add empty changeset Signed-off-by: Brian DeHamer <[email protected]> --------- Signed-off-by: Colleen Murphy <[email protected]> Signed-off-by: Brian DeHamer <[email protected]> Co-authored-by: Colleen Murphy <[email protected]>
1 parent b8ee2f4 commit 79ad72a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.changeset/chatty-carpets-mate.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/conformance.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
run: npm ci
2929
- name: Build sigstore-js
3030
run: npm run build
31-
- uses: sigstore/sigstore-conformance@b7856cfca56fe3f957d4cefdc2c359cc36a84e14 # v0.0.24
31+
- uses: sigstore/sigstore-conformance@eae6eb1f59e25c6d3d602c5dad3dc55767c2f1cb # v0.0.25
3232
with:
3333
entrypoint: ${{ github.workspace }}/packages/conformance/bin/run
34+
xfail: "test_verify*managed-key-happy-path] test_verify*managed-key-and-trusted-root]"
3435

3536
conformance-staging:
3637
name: Conformance Test (Staging)
@@ -47,7 +48,8 @@ jobs:
4748
run: npm ci
4849
- name: Build sigstore-js
4950
run: npm run build
50-
- uses: sigstore/sigstore-conformance@b7856cfca56fe3f957d4cefdc2c359cc36a84e14 # v0.0.24
51+
- uses: sigstore/sigstore-conformance@eae6eb1f59e25c6d3d602c5dad3dc55767c2f1cb # v0.0.25
5152
with:
5253
entrypoint: ${{ github.workspace }}/packages/conformance/bin/run
5354
environment: staging
55+
xfail: "test_verify*managed-key-happy-path] test_verify*managed-key-and-trusted-root]"

0 commit comments

Comments
 (0)