Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LeChatP committed Sep 9, 2024
1 parent d0d2cd5 commit 4182827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ jobs:
session required pam_permit.so" | tee /etc/pam.d/sr'
- name: Install RootAsRole
run: cargo xtask install -bip sudo
- name: Add read access on config on rootasrole... Because Github Actions...
run: sudo chmod a+r /etc/security/rootasrole.json
- name: print config
run: cat /etc/security/rootasrole.json
run: sr cat /etc/security/rootasrole.json
- name: getenv
run: env
- name: Run Sr
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: apt install sudo -y

- name: Install Dependencies
run: cargo xtask dependencies -dip sudo
run: cargo xtask dependencies -dip sudo

- name: run tests with coverage
run: cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --bin chsr --bin sr --exclude-files build.rs xtask* --out Xml
Expand Down

0 comments on commit 4182827

Please sign in to comment.