Skip to content

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

Merged
Igor Demin (igordmn) merged 1 commit into
masterfrom
igordmn-patch-12
Apr 9, 2026
Merged

Fix "gradle-plugins/compose/build/test-summary'. No such file"#5578
Igor Demin (igordmn) merged 1 commit into
masterfrom
igordmn-patch-12

Conversation

@igordmn

@igordmn Igor Demin (igordmn) commented Apr 9, 2026

Copy link
Copy Markdown
Collaborator

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 Igor Demin (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 Igor Demin (igordmn) merged commit 0e9d150 into master Apr 9, 2026
29 of 30 checks passed
@igordmn Igor Demin (igordmn) deleted the igordmn-patch-12 branch April 9, 2026 20:01
Nikita Lipsky (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