-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: starship testing in ci #50
Conversation
fa48589
to
517c294
Compare
...defaultOptions, | ||
...options, | ||
}); | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a dupe of /contract/tools
we should DRY
- name: Build dapp-agoric-basics | ||
run: yarn build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can remove, unless we are interested in testing the UI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we plan on testing UI interactions in our pipeline, or just rely on unit
?
The orca bundle installation fails on this CI run: https://github.com/Agoric/dapp-orchestration-basics/actions/runs/11021918499/job/30610086193?pr=50. Is the bundle too large? The error message gets clobbered unfortunately |
no:
-- unit ci log |
On local with the latest deps, I now believe im running into: Agoric/agoric-sdk#10149
|
Description
integration
GitHub workflow to mimic multichain-testing workflowTo Do Local
cd e2e-testing && make start
yarn integration-test
from top-levelCannot find file for internal module "./src/utils/start-helper.js"
Start orca proposal chain logs
To Do CI
The current
pr.yaml
are best estimate of what should work.agoric
in path foragoric run
, 1a2eceeTo Do Docs
agoric-sdk