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