Skip to content

Commit

Permalink
Fix changed Kotlin/JS dist output folder
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd committed Jan 30, 2024
1 parent 46bc130 commit d2222ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: ./gradlew :integrationTest:hashRouterTest:browserDistribution
- uses: actions/upload-pages-artifact@v3
with:
path: integrationTest/hashRouterTest/build/distributions
path: integrationTest/hashRouterTest/build/dist/js/productionExecutable
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import org.jetbrains.compose.*
import java.util.*
import io.gitlab.arturbosch.detekt.*

Expand Down Expand Up @@ -55,8 +54,7 @@ kotlin {

named("jvmTest") {
dependencies {
@OptIn(ExperimentalComposeLibrary::class)
implementation(compose.uiTestJUnit4) // there is no non-ui testing
implementation(compose.desktop.uiTestJUnit4) // there is no non-ui testing
implementation(compose.desktop.currentOs) // ui-testings needs skiko
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.7.3")
}
Expand Down

0 comments on commit d2222ab

Please sign in to comment.