Skip to content

Commit

Permalink
Use 2.5.7 of code climate coverage reporter GH action (AlchemyCMS#1790)
Browse files Browse the repository at this point in the history
* Use 2.5.7 of code climate coverage reporter GH action

* Raise mysql service health check retries

This service takes for ever to start
tvdeyen authored Apr 22, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4433ede commit 37d7737
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
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:

0 comments on commit 37d7737

Please sign in to comment.