diff options
| author | mbkma <[email protected]> | 2026-03-15 12:09:03 +0100 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-04-10 10:22:36 -0400 |
| commit | c0186d5c3831bf3c0d0598e97c2a4b5338eefbf8 (patch) | |
| tree | 611217405c39f4ab97cd8c418a66c76270067058 /.github/workflows/builds.sh | |
| parent | 7027666c9a0b988e38176ce02f94a1bfa23a28d6 (diff) | |
| download | mate-power-manager-master.tar.bz2 mate-power-manager-master.tar.xz | |
Diffstat (limited to '.github/workflows/builds.sh')
| -rwxr-xr-x | .github/workflows/builds.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/builds.sh b/.github/workflows/builds.sh index 992281a..e26e6d2 100755 --- a/.github/workflows/builds.sh +++ b/.github/workflows/builds.sh @@ -27,9 +27,7 @@ if [ -f meson.build ]; then infoend infobegin "Test (meson)" - ninja -C _build test || { - true - } + xvfb-run -a ninja -C _build test infoend infobegin "Dist (meson)" @@ -37,7 +35,7 @@ if [ -f meson.build ]; then # https://github.com/git/git/commit/8959555cee7ec045958f9b6dd62e541affb7e7d9 # https://git-scm.com/docs/git-config/2.35.2#Documentation/git-config.txt-safedirectory git config --global --add safe.directory ${PWD} - meson dist -C _build --no-tests + xvfb-run -a meson dist -C _build infoend fi |
