Skip to content

Commit

Permalink
chore: another attempt to fix GHA style step
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Nov 7, 2024
1 parent a012814 commit d60b798
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,16 @@ jobs:
enable-cache: true
- name: Run linters
run: |
sudo apt update
sudo DEBIAN_FRONTEND=noninteractive apt --yes --quiet install apparmor-utils libsasl2-dev python3-dev libldap2-dev libssl-dev slapd ldap-utils
- name: App armor configuration for slapd
if: ${{ !env.ACT }}
run: sudo aa-complain /usr/sbin/slapd
- name: Run tests
run: |
# python tzinfo fails on 'act' without this
ulimit -n 1024
export TZ=UTC
uv sync --all-extras
uv run pre-commit run --all-files
Expand Down

0 comments on commit d60b798

Please sign in to comment.