Skip to content

Commit

Permalink
JSC. Temp GitHub WA (#2449)
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Nov 3, 2024
1 parent f7be1f0 commit 8d00df3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/js-common-playground/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ sequenceOf(
dependsOn("wasmJsTestTestDevelopmentExecutableCompileSync")
}
}

// WA for CI
tasks.named("jsNodeTest") {
enabled = false
}

0 comments on commit 8d00df3

Please sign in to comment.