Skip to content

Commit

Permalink
fix: ci codecov错误
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhouyu committed Sep 8, 2024
1 parent aa6fb66 commit 523fd2d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
qodana:
runs-on: ubuntu-latest
steps:
- name: "Set up JDK 17"
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: "Cache Maven Repos"
uses: actions/cache@v4
with:
Expand All @@ -24,6 +29,8 @@ jobs:
uses: JetBrains/qodana-action@v2024.1
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
- name: "Print maven version"
run: mvn -version
- name: Build with Maven
run: mvn clean test
- name: Upload test results to Codecov
Expand Down

0 comments on commit 523fd2d

Please sign in to comment.