From b64c10abe4a427562934021b2ca4514560fed9c3 Mon Sep 17 00:00:00 2001 From: project-repo Date: Sat, 9 Dec 2023 14:44:08 +0100 Subject: [PATCH] Test different command --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a25db3e..f9ef0c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,8 +28,7 @@ jobs: - run: meson setup build -Dxwayland=true -Dman-pages=true --buildtype=release - run: ninja -C build - run: useradd test && usermod -L test - - user: test - - run: meson test -C build --suite basic -v + - run: su - test && meson test -C build --suite basic -v release: runs-on: ubuntu-latest container: @@ -42,8 +41,7 @@ jobs: - run: meson setup build -Dxwayland=true -Dman-pages=true --buildtype=release - run: ninja -C build - run: useradd test && usermod -L test - - user: test - - run: meson test -C build --suite release -v + - run: su - test && meson test -C build --suite release -v # pkgtest: