ci: run examples and integration tests in parallel#891
ci: run examples and integration tests in parallel#891
Conversation
|
4d77ef4 to
71e3354
Compare
Codecov Report
@@ Coverage Diff @@
## develop #891 +/- ##
========================================
Coverage 82.21% 82.21%
========================================
Files 48 48
Lines 1895 1895
Branches 303 303
========================================
Hits 1558 1558
Misses 337 337 Continue to review full report at Codecov.
|
ops/scripts/load-images.sh
Outdated
There was a problem hiding this comment.
This should have a #!/bin/bash at the top, same as the other script
.github/workflows/integration.yml
Outdated
There was a problem hiding this comment.
Will this collide with other PRs? ie another PR is submitted that saves images and then retriggering the CI causes different images to be used?
There was a problem hiding this comment.
I don't think so, each one is in its own unique runner, no?
|
We will need to update the required checks to include the new name - it is no longer |
5215aa2 to
51f35a0
Compare
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
As title