We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b7914 commit 870674dCopy full SHA for 870674d
.github/workflows/ci.yml
@@ -47,5 +47,6 @@ jobs:
47
cd $REDMINE_PATH
48
export SKIP_COVERAGE=1
49
bundle exec rake redmine:plugins:test:units NAME=$PLUGIN_NAME RUBYOPT="-W0"
50
+ bundle exec rake redmine:plugins:test:functionals NAME=$PLUGIN_NAME RUBYOPT="-W0"
51
bundle exec rake redmine:plugins:test:integration NAME=$PLUGIN_NAME RUBYOPT="-W0"
52
bundle exec rake redmine:plugins:migrate NAME=$PLUGIN_NAME VERSION=0
0 commit comments