Skip to content

Commit

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

0 comments on commit b64c10a

Please sign in to comment.