Skip to content

Commit

Permalink
Reinstall firefox and passt
Browse files Browse the repository at this point in the history
These system packages had to be uninstalled to allow the disabling of
the unix-chkpwd AppArmor profile, but can be reinstalled at this
point.

Co-authored-by: Nicholas McDonnell <[email protected]>
  • Loading branch information
jsf9k and mcdonnnj committed Jan 23, 2025
1 parent 3e3ea4c commit 8cad420
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,16 @@ jobs:
sudo aa-disable /usr/sbin/unix_chkpwd
if: ${{ startsWith(matrix.platform, 'fedora') }}
- name: Run molecule tests
run: >-
run: |
molecule test
--platform-name ${{ matrix.platform }}-${{ matrix.architecture }}
--scenario-name ${{ matrix.scenario }}
# TODO: Remove the apt-get install command when possible. See
# cisagov/skeleton-ansible-role#215 for more details.
- name: Re-enable unix-chkpwd AppArmor profile
run: >-
run: |
sudo aa-enforce /usr/sbin/unix_chkpwd
sudo apt-get install firefox passt
if: ${{ startsWith(matrix.platform, 'fedora') }}
- name: Setup tmate debug session
uses: mxschmitt/action-tmate@v3
Expand Down

0 comments on commit 8cad420

Please sign in to comment.