Skip to content

Commit b280a67

Browse files
committed
fix(ci): pin xtest to tests branch
1 parent 96427bd commit b280a67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,8 @@ jobs:
409409
packages: read
410410
pull-requests: write
411411
checks: write
412-
uses: opentdf/tests/.github/workflows/xtest.yml@main
412+
# Temporary: point at PR branch to validate xct fix before it merges to opentdf/tests:main.
413+
uses: opentdf/tests/.github/workflows/xtest.yml@strantalis/local-start-additional-kas
413414
with:
414415
focus-sdk: go
415416
# use commit instead of ref so we can "go get" specific sdk version

0 commit comments

Comments
 (0)