Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav authored Nov 19, 2024
1 parent cd093d3 commit e7ad3c9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
matrix:
os:
- ubuntu-24.04
- ubuntu-22.04
# - ubuntu-22.04
mode:
- default
- full-system-policy
# - full-system-policy
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down Expand Up @@ -103,12 +103,13 @@ jobs:
- name: Github Action specific requirements
run: |
sudo systemctl restart ModemManager NetworkManager
sudo ps auxZ
sudo systemctl restart polkit snapd
sudo systemctl restart systemd-hostnamed systemd-logind
sudo systemctl restart packagekit udisks2
bash tests/requirements.sh
ps auxZ
echo "AFTER RQRMT & RESTART"
sudo ps auxZ
- name: Run the bats integration tests
run: |
Expand Down

0 comments on commit e7ad3c9

Please sign in to comment.