mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-21 13:04:18 +02:00
Change user mod command
This commit is contained in:
parent
b64c10abe4
commit
5de2e033ac
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
- run: meson setup build -Dxwayland=true -Dman-pages=true --buildtype=release
|
||||
- run: ninja -C build
|
||||
- run: useradd test && usermod -L test
|
||||
- run: su - test && meson test -C build --suite basic -v
|
||||
- run: runuser -l test -c 'meson test -C build --suite basic -v'
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
- run: meson setup build -Dxwayland=true -Dman-pages=true --buildtype=release
|
||||
- run: ninja -C build
|
||||
- run: useradd test && usermod -L test
|
||||
- run: su - test && meson test -C build --suite release -v
|
||||
- run: runuser -l test -c 'meson test -C build --suite release -v'
|
||||
|
||||
|
||||
# pkgtest:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue