From 2486bc8b80e80ad1e808d779a144a470826f7c31 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Tue, 15 Oct 2024 09:58:09 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B8=85=E7=90=86=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-push.yml | 3 +++ .github/workflows/sonar.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index 0a490105f3..74e4656733 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -41,6 +41,9 @@ jobs: restore-keys: | ${{ runner.os }}-maven- + - name: Remove monitoring-engine JAR + run: rm -f ~/.m2/repository/io/metersphere/monitoring-engine + - name: Set up JDK 11 uses: actions/setup-java@v1 with: diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 8c007d3047..2421b3ed05 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -30,6 +30,8 @@ jobs: path: ~/.sonar/cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar + - name: Remove monitoring-engine JAR + run: rm -f ~/.m2/repository/io/metersphere/monitoring-engine - name: Cache Maven packages uses: actions/cache@v3 with: