Skip to content

Commit

Permalink
Setup systemd runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed Oct 7, 2024
1 parent 918fb99 commit 954c155
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:

- name: IPC Tests
run: |
sudo systemd-run --uid 1001 -p Environment=XDG_SESSION_TYPE=wayland -p PAMName=login -p TTYPath=/dev/tty1 -- tail -f /dev/null
cd ${{github.workspace}}/tests/ipc
python -m venv venv
source venv/bin/activate
Expand Down

0 comments on commit 954c155

Please sign in to comment.