-
Notifications
You must be signed in to change notification settings - Fork 525
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
fix: mysql & pg ci problem #1641
Conversation
This reverts commit 80666c4.
Codecov Report
@@ Coverage Diff @@
## master #1641 +/- ##
============================================
+ Coverage 63.20% 66.93% +3.72%
- Complexity 6756 7063 +307
============================================
Files 421 421
Lines 34642 34645 +3
Branches 4797 4798 +1
============================================
+ Hits 21897 23188 +1291
+ Misses 10475 9113 -1362
- Partials 2270 2344 +74
Continue to review full report at Codecov.
|
@@ -49,6 +50,19 @@ jobs: | |||
run: | | |||
$TRAVIS_DIR/install-backend.sh ${{ matrix.BACKEND }} | |||
|
|||
- name: Init Mysql Env |
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.
can we init mysql only if necessary?
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.
yep, can only init it when backend is mysql
(better init it in install-mysql-docker.sh
, but it doesn't work well)
#mysql user: 'root' # Required if "mysql root password" is empty, default is empty. The superuser for the specified database. Can use secrets, too | ||
#mysql password: ${{ secrets.DatabasePassword }} # Required if "mysql user" exists. The password for the "mysql user" | ||
|
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.
can remove them
fix #1634, main problems: