Fix badges and add mysql db name

This commit is contained in:
Alexander Meindl
2021-03-18 07:32:45 +01:00
parent d5658cbb95
commit 8715f90b8f
2 changed files with 2 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ jobs:
mysql:
image: mysql:8.0
env:
MYSQL_DATABASE: redmine
MYSQL_USER: root
MYSQL_PASSWORD: 'BestPasswordEver'
ports:

View File

@@ -3,7 +3,7 @@ Messenger plugin for Redmine
This plugin posts updates to issues in your Redmine installation to [Slack](https://slack.com/), [Rocket.Chat](https://rocket.chat/), [Discord](https://discordapp.com/) or [Mattermost](https://about.mattermost.com/) channel.
[![Rate at redmine.org](https://img.shields.io/badge/rate%20at-redmine.org-blue.svg?style=fla)](https://www.redmine.org/plugins/redmine_messenger) [![Run Tests](https://github.com/AlphaNodes/redmine_messenger/workflows/Tests/badge.svg)](https://github.com/AlphaNodes/redmine_messenger/actions?query=workflow%3ATests) [![Run Linters](https://github.com/AlphaNodes/redmine_messenger/workflows/Run%20Linters/badge.svg)](https://github.com/AlphaNodes/redmine_messenger/actions?query=workflow%3A%22Run+Linters%22)
[![Rate at redmine.org](https://img.shields.io/badge/rate%20at-redmine.org-blue.svg?style=fla)](https://www.redmine.org/plugins/redmine_messenger) [![Run Linters](https://github.com/AlphaNodes/redmine_messenger/workflows/Run%20Linters/badge.svg)](https://github.com/AlphaNodes/redmine_messenger/actions?query=workflow%3A%22Run+Linters%22) [![Tests with MySQL](https://github.com/AlphaNodes/redmine_messenger/actions/workflows/tests_with_mysql.yml/badge.svg)](https://github.com/AlphaNodes/redmine_messenger/actions/workflows/tests_with_mysql.yml) [![Tests with PostgreSQL](https://github.com/AlphaNodes/redmine_messenger/actions/workflows/tests_with_postgres.yml/badge.svg)](https://github.com/AlphaNodes/redmine_messenger/actions/workflows/tests_with_postgres.yml)
Features
--------