Skip to content

eXolnet/action-redmine-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Plugin Action

Software License Build Status

GitHub action to test a Redmine plugin using various versions of Redmine.

Usage

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

Security

If you discover any security related issues, please email security@exolnet.com instead of using the issue tracker.

Credits

About

GitHub Action workflow to test a Redmine plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published