Skip to content

Commit

Permalink
feat: CI.yml 更新
Browse files Browse the repository at this point in the history
  • Loading branch information
qqxx6661 committed Jan 4, 2024
1 parent 08331a7 commit a3cad56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
key: ${{ env.cache-name }}-${{ hashFiles('pom.xml') }}
restore-keys: ${{ env.cache-name }}-
- name: Test with Maven
run: mvn -V --no-transfer-progress test
run: mvn -V --no-transfer-progress test -pl '!log-record-springboot3-starter'
- name: Upload to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit a3cad56

Please sign in to comment.