-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Refactor cross for GitHub Actions #1833
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1833 +/- ##
==========================================
- Coverage 46.50% 46.44% -0.06%
==========================================
Files 152 152
Lines 15281 15281
==========================================
- Hits 7106 7098 -8
- Misses 7143 7147 +4
- Partials 1032 1036 +4
Continue to review full report at Codecov.
|
2998300
to
531c36e
Compare
like this?
|
I didn't do this so I wouldn't have to deal with a list of local caches for integration-tests and mixup both caches. Maybe we could do this in a further PR? |
cafcae0
to
ea77b1b
Compare
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
ea77b1b
to
6b32ab4
Compare
Fine to leave it as follow-up. But importing from 2 locations shouldn't be a problem |
uses: crazy-max/ghaction-dump-context@v1 | ||
|
||
cross: | ||
runs-on: ubuntu-latest |
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.
this should at least wait for base. Atm builds are duplicated
Follow up #1824
Signed-off-by: CrazyMax crazy-max@users.noreply.github.com