From 29403c26bd88ca84844a15196abb1f1ff60a8e70 Mon Sep 17 00:00:00 2001 From: Ting-Chou Lin Date: Thu, 3 Jun 2021 12:29:02 -0700 Subject: [PATCH] Add rat to CI build to make it consistent with PR --- .../workflows/build-and-upload-archives-upon-creating-tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-upload-archives-upon-creating-tags.yml b/.github/workflows/build-and-upload-archives-upon-creating-tags.yml index 23d380554bb6f..911e40da80f43 100644 --- a/.github/workflows/build-and-upload-archives-upon-creating-tags.yml +++ b/.github/workflows/build-and-upload-archives-upon-creating-tags.yml @@ -49,7 +49,7 @@ jobs: echo "Release version (tag name): ${{ env.RELEASE_VERSION }}" - name: Build with Gradle and run all tests # exclude the streams test and connect test - run: ./gradlew cleanTest checkstyleMain checkstyleTest :clients:test :core:test --no-daemon -PxmlFindBugsReport=true -PtestLoggingEvents=started,passed,skipped,failed + run: ./gradlew cleanTest rat checkstyleMain checkstyleTest :clients:test :core:test --no-daemon -PxmlFindBugsReport=true -PtestLoggingEvents=started,passed,skipped,failed - name: Upload archive env: JFROG_USERNAME: ${{ secrets.JFROG_USERNAME }}