diff options
| author | Jun Aruga <jaruga@redhat.com> | 2024-02-20 17:29:33 +0100 |
|---|---|---|
| committer | Jun Aruga <junaruga@users.noreply.github.com> | 2024-02-22 12:05:54 +0100 |
| commit | 6478514502ddf0461412c5a6df2f36a13af6a928 (patch) | |
| tree | e1a534e36c6da9907c01a8f08245445d6ef581eb /test/ruby | |
| parent | 133d774382351edf21d1b73f2310b71c0af9a156 (diff) | |
CI: Refactor a logic for skipped tests.
* Make the make's TESTS argument update easily by updating TESTS env with added steps.
* Use the `$(...)` rather than backquotes.
See <https://www.shellcheck.net/wiki/SC2006>.
* Use double-quotes for the make's argument `TESTS="$(...)"` to support
space-separated skipped tests such as
`skipped_tests: 'TestGem#test_.* TestMkmf.*'`.
* Replace the `matrix.skipped_tests != ''` with `matrix.skipped_tests`.
I think that these expressions are equivalent.
See <https://docs.github.com/en/actions/learn-github-actions/expressions#functions>
for details.
> Type - Result
> Null - ''
Diffstat (limited to 'test/ruby')
0 files changed, 0 insertions, 0 deletions
