Skip to content

Commit

Permalink
ff
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-exz committed Dec 28, 2024
1 parent 154a65a commit 92bc338
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
REDMINE_VER: 5.1-stable
PLUGIN_NAME: vault
REDMINE_GIT_REPO: https://github.com/redmine/redmine.git
REDMINE_PATH: ${{ github.workspace }}/redmine
RAILS_ENV: test

steps:
Expand All @@ -36,9 +35,9 @@ jobs:

- name: Set up database
run: |
cd $REDMINE_PATH
ln -s ${{ github.workspace }} $REDMINE_PATH/plugins/$PLUGIN_NAME
cp ${{ github.workspace }}/database.yml $REDMINE_PATH/config/database.yml
cd ${{ github.workspace }}/redmine
ln -s ${{ github.workspace }} ${{ github.workspace }}/redmine/plugins/$PLUGIN_NAME
cp ${{ github.workspace }}/database.yml ${{ github.workspace }}/redmine/config/database.yml
bundle install
bundle exec rake db:create db:migrate redmine:plugins:migrate
Expand Down

0 comments on commit 92bc338

Please sign in to comment.