-
Notifications
You must be signed in to change notification settings - Fork 19
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
add fixturenet-payments test #601
base: main
Are you sure you want to change the base?
Conversation
- name: "Build local shiv package" | ||
run: ./scripts/build_shiv_package.sh | ||
- name: "Run fixturenet-payments tests" | ||
run: ./tests/fixturenet-payments/run-test.sh |
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.
Add a trailing newline please.
There may be some issues with this test btw. The CI run above failed due to out of disk space. This is probably ok if it runs on gitea.
But in addition I see some errors in the nitro-ts container build that might be real problems. Possibly to do with using |
do you mean these lines in nitro-contracts and watcher-ts?
(and so on) |
No, those are normal JS babble.
No, that's normal JS-babble. Unfortunately I can't now find the errors in the latest job run logs. |
#579