Skip to content
This repository was archived by the owner on Mar 15, 2023. It is now read-only.

Commit acb0ade

Browse files
committed
tests: fix mysql configuration
1 parent f258adb commit acb0ade

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run Codeception test cases
1+
name: tests
22

33
on: [push]
44

@@ -17,8 +17,8 @@ jobs:
1717
mysql:
1818
image: mysql:5.7
1919
env:
20-
MYSQL_ROOT_PASSWORD: root
21-
MYSQL_DATABASE: password
20+
MYSQL_ROOT_PASSWORD: password
21+
MYSQL_DATABASE: wpn_test_db
2222
ports:
2323
- 3306:3306
2424
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ An extension for implementing Web Push Notifications on your website in a breeze
1010

1111
[![Latest Stable Version](https://poser.pugx.org/machour/yii2-web-push-notifications/v/stable.png)](https://packagist.org/packages/machour/yii2-web-push-notifications)
1212
[![Total Downloads](https://poser.pugx.org/machour/yii2-web-push-notifications/downloads.png)](https://packagist.org/packages/machour/yii2-web-push-notifications)
13+
[![tests](https://github.com/machour/yii2-web-push-notifications/workflows/tests/badge.svg)](https://github.com/machour/yii2-web-push-notifications/actions?query=workflow%3Atests)
1314

1415

1516
Installation

0 commit comments

Comments
 (0)