Skip to content

Commit

Permalink
Execute SHA1 browser tests not parallel due to CPU usage
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd authored Aug 28, 2024
1 parent c724ea5 commit 4b38c23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 :kotlinx-uuid-core:jsBrowserTest

0 comments on commit 4b38c23

Please sign in to comment.