Commit 658f67f
committed
fix: Prevent runClient from blocking CI
This commit modifies the GitHub Workflow to prevent the `runClient` task from blocking the entire CI run. The `runClient` task is now executed in the background, and the workflow waits for a fixed period to allow for initialization and logging of the required information. After the wait, the log is checked for the `GL_ARB_compute_shader` capability.
This approach ensures that the workflow can complete and report the necessary information without manual intervention to stop the client.1 parent 5bd418e commit 658f67f
1 file changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
28 | 38 | | |
29 | | - | |
| |||
0 commit comments