We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e359b8 commit a0b7914Copy full SHA for a0b7914
.github/workflows/database.yml .github/database.yml
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
cd $REDMINE_PATH
40
ln -s ${{ github.workspace }} $REDMINE_PATH/plugins/$PLUGIN_NAME
41
- cp ${{ github.workspace }}/.github/workflows/database.yml $REDMINE_PATH/config/database.yml
+ cp ${{ github.workspace }}/.github/database.yml $REDMINE_PATH/config/database.yml
42
bundle install
43
bundle exec rake db:create db:migrate redmine:plugins:migrate
44
0 commit comments