Skip to content

Commit

Permalink
Cleanup ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Jan 21, 2024
1 parent 1794324 commit 21b3c95
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,20 @@ jobs:
if: matrix.db == 'mysql'

- name: Checkout Redmine
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: redmine/redmine
ref: ${{ matrix.redmine }}
path: redmine

- name: Checkout additionals
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: AlphaNodes/additionals
path: redmine/plugins/additionals

- name: Checkout redmine_privacy_terms
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: redmine/plugins/redmine_privacy_terms

Expand All @@ -91,8 +91,6 @@ jobs:
- name: Prepare Redmine source
working-directory: redmine
run: |
sed -i '/rubocop/d' Gemfile
rm -f .rubocop*
cp plugins/redmine_privacy_terms/test/support/database-${{ matrix.db }}.yml config/database.yml
cp plugins/redmine_privacy_terms/test/support/configuration.yml config/configuration.yml
Expand Down

0 comments on commit 21b3c95

Please sign in to comment.