forked from AlchemyCMS/alchemy_cms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use 2.5.7 of code climate coverage reporter GH action (AlchemyCMS#1790)
* Use 2.5.7 of code climate coverage reporter GH action * Raise mysql service health check retries This service takes for ever to start
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
MYSQL_PASSWORD: password | ||
MYSQL_DATABASE: alchemy_cms_dummy_test | ||
MYSQL_ROOT_PASSWORD: password | ||
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3 | ||
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=5 | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: Set up Ruby | ||
|
@@ -99,7 +99,7 @@ jobs: | |
run: | | ||
bundle exec rake alchemy:spec:prepare | ||
- name: Run tests & publish code coverage | ||
uses: paambaati/[email protected].6 | ||
uses: paambaati/[email protected].7 | ||
env: | ||
CC_TEST_REPORTER_ID: bca4349e32f97919210ac8a450b04904b90683fcdd57d65a22c0f5065482bc22 | ||
with: | ||
|
@@ -127,7 +127,7 @@ jobs: | |
- name: Run jest | ||
run: yarn jest | ||
- name: Run jest & publish code coverage | ||
uses: paambaati/[email protected].6 | ||
uses: paambaati/[email protected].7 | ||
env: | ||
CC_TEST_REPORTER_ID: bca4349e32f97919210ac8a450b04904b90683fcdd57d65a22c0f5065482bc22 | ||
with: | ||
|