-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
chore: add GH Actions CI #9101
chore: add GH Actions CI #9101
Conversation
Sure, I guess that's good for resilience if the other 27 CI systems go down 😅 |
f10c302
to
c806758
Compare
rebased this now that we should just skip |
Codecov Report
@@ Coverage Diff @@
## master #9101 +/- ##
=======================================
Coverage 65.03% 65.03%
=======================================
Files 283 283
Lines 12113 12113
Branches 3000 3000
=======================================
Hits 7878 7878
Misses 3597 3597
Partials 638 638 Continue to review full report at Codecov.
|
Hey, was looking at this. Might be a good idea to have caching. It's pretty simple with this https://github.com/actions/cache |
It's drunk, tries to access another directory. no idea what's up |
run: echo "::set-output name=dir::$(yarn cache dir)" | ||
- uses: actions/cache@v1 | ||
with: | ||
path: ${{ steps.yarn-cache.outputs.dir }} |
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.
why not just cache node_modules
instead of the whole outputs dir
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.
I was playing around with cache and doing something like this works.
By the way, I just copy pasted that from this and replaced package-lock.json
with yarn.lock
actions/cache#94 (comment)
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.
bd1bd47
to
9b820b9
Compare
9b820b9
to
2aec48a
Compare
741b144
to
4f34cff
Compare
Codecov Report
@@ Coverage Diff @@
## master #9101 +/- ##
=======================================
Coverage 65.03% 65.03%
=======================================
Files 283 283
Lines 12113 12113
Branches 3000 3000
=======================================
Hits 7878 7878
Misses 3597 3597
Partials 638 638 Continue to review full report at Codecov.
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
No idea if this'll work 🤷♀ I created this through GH's UI, so hopefully that means actions are enabled
Test plan
Green CI?