Skip to content

Commit

Permalink
temporarily removed api diff task
Browse files Browse the repository at this point in the history
  • Loading branch information
tanya732 committed Jan 30, 2025
1 parent 61d5087 commit 7aefa90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
java-version: 8
- uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c
with:
arguments: assemble apiDiff check jacocoTestReport --continue --console=plain
# arguments: assemble apiDiff check jacocoTestReport --continue --console=plain
arguments: assemble check jacocoTestReport --continue --console=plain
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
with:
flags: unittests
Expand Down

0 comments on commit 7aefa90

Please sign in to comment.