Merge pull request #2 from cernops/first #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | ||
name: pamtester run of pam_xdg_runtime_dir | ||
on: [push] | ||
jobs: | ||
pamtester: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- run: sudo apt install pamtester gcc make libselinux1-dev | ||
- run: make | ||
- run: sudo make install INSTALLDIR=/usr/lib/x86_64-linux-gnu | ||
- run: sudo cp pamtester/xdg_runtime_dir | ||
- run: sudo adduser testuser | ||
- run: pamtester -v xdg_runtime_dir testuser open_session | ||
- run: test -d /run/user/$(id -u testuser) | ||