forked from Github-Mirrors/canaille
chore: another attempt to fix GHA style step
This commit is contained in:
parent
a012814eca
commit
d60b798f68
1 changed files with 10 additions and 0 deletions
10
.github/workflows/tests.yaml
vendored
10
.github/workflows/tests.yaml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue