Commit 1fa1a3e
committed
fix: Add separate workflow steps for each OS
This commit restructures the GitHub Workflow to use separate, conditional steps for each operating system (Linux, macOS, and Windows). This allows for platform-specific commands and better isolation for debugging.
- The Linux step continues to use `xvfb-run`.
- The macOS step now runs the client directly.
- The Windows step uses `gradlew.bat` and `findstr` for compatibility with the Windows command-line environment.
This change is intended to resolve the failures observed on macOS and Windows by tailoring the execution environment to each platform's requirements.1 parent 1e6a9d8 commit 1fa1a3e
1 file changed
+11
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
0 commit comments