Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 2 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ jobs:
ref: main
path: intentproof-spec

- name: Ensure spec sdk-signing golden checkout
run: |
if [[ -d intentproof-spec/golden/sdk-signing ]]; then
exit 0
fi
git -C intentproof-spec fetch origin phase3-ecosystem-conformance
git -C intentproof-spec checkout FETCH_HEAD

- uses: actions/setup-node@v4
with:
node-version: '22'
Expand All @@ -36,12 +28,7 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Run tests with coverage
env:
INTENTPROOF_SPEC_DIR: intentproof-spec
run: npm run test:coverage

- name: Verify sdk-signing fixtures synced with spec
- name: Run tests
env:
INTENTPROOF_SPEC_DIR: intentproof-spec
run: bash ./scripts/check-sdk-signing-fixtures-sync.sh
run: npm test
82 changes: 0 additions & 82 deletions .github/workflows/codeql.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/dco.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/deps-scan.yml

This file was deleted.

Loading