Skip to content

Fix "gradle-plugins/compose/build/test-summary'. No such file"#5578

Merged
igordmn merged 1 commit intomasterfrom
igordmn-patch-12
Apr 9, 2026
Merged

Fix "gradle-plugins/compose/build/test-summary'. No such file"#5578
igordmn merged 1 commit intomasterfrom
igordmn-patch-12

Conversation

@igordmn
Copy link
Copy Markdown
Collaborator

@igordmn igordmn commented Apr 9, 2026

Fixes https://github.com/JetBrains/compose-multiplatform/actions/runs/24189409833/job/70629381414?pr=5577:

test-gradle-plugin (macos-15-xlarge, 8.13, 9.0.0)

Run for SUMMARY_FILE in `find . -name "*.md"`; do
Error: An error occurred trying to start process '/bin/bash' with working directory '/Users/runner/work/compose-multiplatform/compose-multiplatform/gradle-plugins/compose/build/test-summary'. No such file or directory

The reason is that Gradle runs the test task from cache:

> Task :compose:test FROM-CACHE

This PR makes tests always run

Release Notes

N/A

@igordmn igordmn changed the title Fix "gradle-plugins/compose/build/test-summary'. No such file or dire… Fix "gradle-plugins/compose/build/test-summary'. No such file" Apr 9, 2026
@igordmn igordmn force-pushed the igordmn-patch-12 branch from fea1760 to 5b6628a Compare April 9, 2026 16:08
@igordmn igordmn marked this pull request as ready for review April 9, 2026 18:11
@igordmn igordmn requested review from MatkovIvan and pjBooms April 9, 2026 18:11
@igordmn igordmn merged commit 0e9d150 into master Apr 9, 2026
29 of 30 checks passed
@igordmn igordmn deleted the igordmn-patch-12 branch April 9, 2026 20:01
pjBooms pushed a commit that referenced this pull request Apr 10, 2026
Fixes
https://github.com/JetBrains/compose-multiplatform/actions/runs/24189409833/job/70629381414?pr=5577:

> test-gradle-plugin (macos-15-xlarge, 8.13, 9.0.0)
```
Run for SUMMARY_FILE in `find . -name "*.md"`; do
Error: An error occurred trying to start process '/bin/bash' with working directory '/Users/runner/work/compose-multiplatform/compose-multiplatform/gradle-plugins/compose/build/test-summary'. No such file or directory
```

The reason is that Gradle runs the test task from cache:
```
> Task :compose:test FROM-CACHE
```

This PR makes tests always run

## Release Notes
N/A

(cherry picked from commit 0e9d150)
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.

2 participants