Skip to content

Fix Test Github Action pipeline - #88

Open
siarhei-luskanau wants to merge 1 commit into
terrakok:masterfrom
siarhei-luskanau:test-pipeline
Open

Fix Test Github Action pipeline#88
siarhei-luskanau wants to merge 1 commit into
terrakok:masterfrom
siarhei-luskanau:test-pipeline

Conversation

@siarhei-luskanau

@siarhei-luskanau siarhei-luskanau commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

This change fixes the failing Test GitHub Action pipeline for generated Compose Multiplatform projects.

Web targets (js / wasmJs)

It is necessary to add binaries.executable() to the js and wasmJs configurations
in order to successfully pass tests for web targets.

iOS tests on CI

The simulator device filter in GeneratedComposeAppProjectTest is relaxed from the exact
"iphone 15" / "iphone 14" names to the "iphone 1" prefix, so the test picks up any
available iPhone 1x simulator on the CI runner image and no longer breaks when runner
images ship with a newer simulator set.

Testing

Verified via the GitHub Actions Test workflow — generated projects for JS, Wasm,
and iOS targets now build successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant