From 870674de6a962507531b10d311457dc62de2e24f Mon Sep 17 00:00:00 2001 From: mr-exz Date: Sun, 29 Dec 2024 22:25:35 +0300 Subject: [PATCH] add functionals --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ce66e2..6fcbc9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,5 +47,6 @@ jobs: cd $REDMINE_PATH export SKIP_COVERAGE=1 bundle exec rake redmine:plugins:test:units NAME=$PLUGIN_NAME RUBYOPT="-W0" + bundle exec rake redmine:plugins:test:functionals NAME=$PLUGIN_NAME RUBYOPT="-W0" bundle exec rake redmine:plugins:test:integration NAME=$PLUGIN_NAME RUBYOPT="-W0" bundle exec rake redmine:plugins:migrate NAME=$PLUGIN_NAME VERSION=0