-
Notifications
You must be signed in to change notification settings - Fork 534
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
feat: support auto build rpm package for dashboard #1766
Conversation
Deploy preview for apisix-dashboard ready! Built with commit a8e4a72 |
please request reviews |
.github/workflows/auto-build-rpm.yml
Outdated
|
||
- name: Build rpm package | ||
run: | | ||
export VERSION=2.5 |
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.
Hard code ?
.github/workflows/auto-build-rpm.yml
Outdated
|
||
- name: Install rpm package | ||
run: | | ||
export VERSION=2.5 |
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.
Hard code ?
.github/workflows/auto-build-rpm.yml
Outdated
- name: Run test cases | ||
run: | | ||
ls -l | ||
pwd |
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.
Debug lines?
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1766 +/- ##
==========================================
- Coverage 72.12% 71.83% -0.30%
==========================================
Files 125 172 +47
Lines 2906 6035 +3129
Branches 699 699
==========================================
+ Hits 2096 4335 +2239
- Misses 810 1456 +646
- Partials 0 244 +244
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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?
support auto build rpm package for dashboard
Checklist: