GitHub action to test a Redmine plugin using various versions of Redmine.
name: Redmin plugin
on: [ push ]
jobs:
test:
name: Test Redmine Plugin
runs-on: ubuntu-latest
steps:
- uses: eXolnet/action-redmine-plugin@v1
with:
# Automatically checkout the plugin.
# If false, the plugin must be manually checkout.
#
# Default: true
checkout: false
# Folder where the plugin will be installed.
#
# Default: null
plugin_name: redmine_plugin
# Redmine version to use.
#
# Default: null
redmine_version: 5.0
# Ruby version to use.
#
# Default: null
ruby_version: 2.4
# Database driver to use.
#
# Default: sqlite
database: mysql
If you discover any security related issues, please email security@exolnet.com instead of using the issue tracker.