Skip to content

Commit

Permalink
Try excluding wasmJsBrowserTest task with dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Dec 27, 2024
1 parent 083db25 commit 84cde11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ workflow(
) {
uses(action = Checkout())
uses(action = ActionsSetupGradle())
run(command = "./gradlew build")
run(command = "./gradlew build --exclude-task wasmJsBrowserTest")
}

job(
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- id: 'step-1'
uses: 'gradle/actions/setup-gradle@v4'
- id: 'step-2'
run: './gradlew build'
run: './gradlew build --exclude-task wasmJsBrowserTest'
build_kotlin_scripts:
name: 'Build Kotlin scripts'
runs-on: 'ubuntu-latest'
Expand Down

0 comments on commit 84cde11

Please # to comment.