Commit 98559fe
authored
### Rationale for this change
GLib/Ruby tests show progress log by default:
https://github.com/ursacomputing/crossbow/actions/runs/5230026234/jobs/9443353956#step:6:10172
```text
|
/
-
\
|
/
-
\
|
```
It's useful on local run but meaningless on CI.
### What changes are included in this PR?
Pass through `GITHUB_ACTIONS` environment variable because the testing frame that is used by GLib/Ruby tests suppress the progress log with `GITHUB_ACTIONS=true` automatically.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* Closes: #36023
Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
1 parent c13275e commit 98559fe
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1891 | 1891 | | |
1892 | 1892 | | |
1893 | 1893 | | |
| 1894 | + | |
1894 | 1895 | | |
1895 | 1896 | | |
1896 | 1897 | | |
| |||
1922 | 1923 | | |
1923 | 1924 | | |
1924 | 1925 | | |
| 1926 | + | |
1925 | 1927 | | |
1926 | 1928 | | |
1927 | 1929 | | |
| |||
1950 | 1952 | | |
1951 | 1953 | | |
1952 | 1954 | | |
| 1955 | + | |
1953 | 1956 | | |
1954 | 1957 | | |
1955 | 1958 | | |
| |||
0 commit comments