Skip to content

Commit 9c8cf07

Browse files
committed
Fix wrong comments.
1 parent 706a43b commit 9c8cf07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
- {os: ubuntu-16.04, ruby: 2.4, db: mariadb10.0, allow-failure: true}
3333
# Comment out due to ci/setup.sh stucking.
3434
# - {os: ubuntu-18.04, ruby: 2.4, db: mariadb10.1, allow-failure: false}
35-
# Allow failure due to the issue #1165.
35+
# `service mysql restart` fails.
3636
- {os: ubuntu-20.04, ruby: 2.4, db: mariadb10.3, allow-failure: true}
3737
- {os: ubuntu-18.04, ruby: 2.4, db: mysql57, allow-failure: false}
38-
# `service mysql restart` fails.
38+
# Allow failure due to the issue #1165.
3939
- {os: ubuntu-20.04, ruby: 2.4, db: mysql80, allow-failure: true}
4040
- {os: ubuntu-18.04, ruby: 'head', db: '', allow-failure: true}
4141
# db: A DB's brew package name in macOS case.

0 commit comments

Comments
 (0)