You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to learn GitHub Actions and used my fork of this project as playground. I think it can be also added to main project since it is always good to have CI working for projects. I prepared them just for NETStandard part, since it is where tests are.
Question: Is the "Test Report" being run twice, once at the end of the CI step (i.e., at the bottom of ci.yml) and then as a trigger once the CI step completes (i.e., test-report.yml)?
It isn't - it will be run on default branch only( I am assuming this, since I didn't want to mess up my fork by switching default branches between master and NetStandard). I was using recommended setup for public repository based on "Test reporter" action recommendation: https://github.com/dorny/test-reporter
Hello,
I wanted to learn GitHub Actions and used my fork of this project as playground. I think it can be also added to main project since it is always good to have CI working for projects. I prepared them just for NETStandard part, since it is where tests are.
You can take a look how it looks like I my fork:
https://github.com/Stanislaw000/ONIX-Data/actions
PR: szolkowski#6 (you need to click on show details box).
Tests results: https://github.com/Stanislaw000/ONIX-Data/runs/3182479870?check_suite_focus=true
Workflow files are in pull request #18
If you prefer to change something or customize let me know, so we can improve this solution.
The text was updated successfully, but these errors were encountered: