-
Notifications
You must be signed in to change notification settings - Fork 55
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
Simulate non-terminal tasks in CI - @bordolot contribution #420
base: main
Are you sure you want to change the base?
Conversation
ca0f674
to
b8f89d4
Compare
I’m glad to hear that! This is my first-ever contribution to any project, and I’m very excited to see it progress. |
It seems there might be an issue during the execution of the approve command in the nested.just file. The job simulate_eth_022 might have passed because it does not call this command. |
@bordolot I'm going to jump back into looking at this. |
31746ff
to
4c78796
Compare
4c78796
to
6862304
Compare
fix: small updates. fix: simulate enabled in ci. fix: removed libs fix: added submodules back in.
a41260f
to
288697a
Compare
at: . | ||
- run: | ||
name: Simulate non-terminal tasks | ||
command: bash ./script/utils/simulate-tasks.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.
It might be nice to have this run but always pass for the time being. The idea would be to catch edge cases before allowing it to block people if it fails.
We have a draft PR that was a good first shot at adding the simulation of non-terminal tasks to CI here.
This PR builds upon that branch, preserving the open source contributors (@bordolot) commits.
Closes: #337