diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1f75d75..4e1106f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,9 +24,10 @@ jobs: java-version: 21 - uses: gradle/actions/setup-gradle@v4 - name: Build with Gradle - run: ./gradlew build + run: ./gradlew build -x :kotlinx-uuid-core:jsBrowserTest - name: Upload SARIF to Github using the upload-sarif action uses: github/codeql-action/upload-sarif@v3 if: success() || failure() with: sarif_file: build/reports/detekt/detekt.sarif + - run: ./gradlew kotlinUpgradeYarnLock :kotlinx-uuid-core:jsBrowserTest