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 92bc338 commit 4797689
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}

- name: Checkout code
uses: actions/checkout@v2

- name: Checkout redmine repo
run: git clone --depth=1 --branch=$REDMINE_VER $REDMINE_GIT_REPO $REDMINE_PATH

Expand All @@ -30,9 +33,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y sqlite3
- name: Checkout code
uses: actions/checkout@v2

- name: Set up database
run: |
cd ${{ github.workspace }}/redmine
Expand Down

0 comments on commit 4797689

Please sign in to comment.