Skip to content

ci: add minimal build/test pipeline#61

Merged
scarmuega merged 3 commits into
mainfrom
ci/add-build-pipeline
May 20, 2026
Merged

ci: add minimal build/test pipeline#61
scarmuega merged 3 commits into
mainfrom
ci/add-build-pipeline

Conversation

@scarmuega
Copy link
Copy Markdown
Member

Adds a CI workflow running build and test jobs on pull_request and push to main, per the UTxO RPC umbrella SDK CI requirements.

scarmuega added 3 commits May 20, 2026 09:28
Adds a CI workflow running build and test jobs on pull_request and push to main, per the UTxO RPC umbrella SDK CI requirements.
The repo gitignores its lockfile, so npm ci and cache: npm both fail with 'lock file is not found'. Use npm install (permitted by the SDK CI requirements) and drop the npm cache.
test/index.test.mts requires a UTxO RPC server on :50051 and uninstalled @blaze-cardano packages; exclude it so the test job is green offline, consistent with the rust/dotnet integration suites.
@scarmuega scarmuega merged commit 67ebaac into main May 20, 2026
2 checks passed
@scarmuega scarmuega deleted the ci/add-build-pipeline branch May 20, 2026 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant