Skip to content

Commit

Permalink
CI: Execute SHA1 browser tests not parallel due to CPU usage (#391)
Browse files Browse the repository at this point in the history
* Execute SHA1 browser tests not parallel due to CPU usage

* Update CI.yml
  • Loading branch information
hfhbd authored Aug 28, 2024
1 parent c724ea5 commit ef26929
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 kotlinUpgradeYarnLock :kotlinx-uuid-core:jsBrowserTest

0 comments on commit ef26929

Please sign in to comment.