Commit d2f41d9
committed
Fix GitHub Action to run all test commands in matrix
Previously, only the first line of `test_commands` was executed due to improper handling of multiline strings. Switched to `printf` with process substitution to ensure all test commands are run sequentially.
Signed-off-by: Marvin Froeder <marvin@datasqrl.com>1 parent 736fd33 commit d2f41d9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments