Skip to content

Commit

Permalink
Change user mod command
Browse files Browse the repository at this point in the history
  • Loading branch information
project-repo committed Dec 9, 2023
1 parent b64c10a commit 5de2e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 5de2e03

Please sign in to comment.