Skip to content

Commit bf59b99

Browse files
author
Nathan Gillett
committed
Fallback spec checkout when sdk-signing golden absent
Signed-off-by: Nathan Gillett <nathan@intentproof.io>
1 parent 26ef905 commit bf59b99

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ jobs:
2020
ref: main
2121
path: intentproof-spec
2222

23+
- name: Ensure spec sdk-signing golden checkout
24+
run: |
25+
if [[ -d intentproof-spec/golden/sdk-signing ]]; then
26+
exit 0
27+
fi
28+
git -C intentproof-spec fetch origin phase3-ecosystem-conformance
29+
git -C intentproof-spec checkout FETCH_HEAD
30+
2331
- uses: actions/setup-python@v6
2432
with:
2533
python-version: '3.11'

0 commit comments

Comments
 (0)