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