-
Notifications
You must be signed in to change notification settings - Fork 528
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: reduce FE e2e ci time #1698
Conversation
If this PR works and gets merged, it will save a lot of us life!! |
There was a problem with the node_modules cache, Will fix it later. |
Codecov Report
@@ Coverage Diff @@
## master #1698 +/- ##
==========================================
- Coverage 72.70% 71.68% -1.02%
==========================================
Files 133 47 -86
Lines 5738 3126 -2612
Branches 666 0 -666
==========================================
- Hits 4172 2241 -1931
+ Misses 1323 643 -680
+ Partials 243 242 -1
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
@@ -37,31 +37,54 @@ jobs: | |||
- name: Setup golang environment | |||
uses: actions/setup-go@v2.1.3 | |||
with: | |||
go-version: "1.13" | |||
go-version: '1.13' |
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.
ditto
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.
Got it.
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.
ping |
Please answer these questions before submitting a pull request, or your PR will get closed.
Why submit this pull request?
What changes will this PR take into?
Currently, front-end e2e CI takes around 40+ minutes to run through. This PR is used to reduce the front-end e2e time by about 20mins.
Related issues
resolves #1614
Checklist: