-
Notifications
You must be signed in to change notification settings - Fork 93
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
Run Test Application on target #13
Conversation
6c1460c
to
1db10bc
Compare
FYI @igrr |
306a29d
to
a0884cc
Compare
5a664f4
to
19f82b7
Compare
b73e5c6
to
a0cc600
Compare
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.
nice job. LGTM!
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.
Looks very neat, I really like the idea to publish the test result in the PR comment.
All comments are pretty minor. You can note them down and fix in another PR if you like.
Just one stupid question: have you tested that CI job actually fails when one of the unit tests fails? Looking at the CI yml file, i think it should, but I'm not 100% sure.
I think it should be that |
b821d66
to
806f40b
Compare
806f40b
to
659c4f1
Compare
Yes, the CI failed in case of failed tests. However, the test results were not propagated to next steps in case of failure. It is fiexd now. See here for results with tampered expat test https://github.com/espressif/idf-extra-components/runs/5405924004 |
The artifacts will be used you 'run_test' action
659c4f1
to
06bd5dc
Compare
I'll merge today, if there are no objections |
The artifacts will be used you 'run_test' action