From b4df9a15a906ba481651f5b2591a78cada914508 Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 8 Apr 2024 20:01:06 +0100 Subject: [PATCH] ci --- .gitea/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 67a5cb2..263f084 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,8 +11,6 @@ jobs: steps: - name: Cloning repo uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: Set up JDK 17 and Maven uses: s4u/setup-maven-action@v1.7.0 @@ -24,6 +22,11 @@ jobs: - name: Run Tests run: mvn --batch-mode test -q + - name: Cloning repo + uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Push to dokku uses: dokku/github-action@master with: