chore: GHA step titles

This commit is contained in:
Éloi Rivard 2024-05-08 09:37:25 +02:00
parent 17a994bd9f
commit 799f4937f2
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184

View file

@ -36,7 +36,8 @@ jobs:
- name: App armor configuration for slapd
if: ${{ !env.ACT }}
run: sudo aa-complain /usr/sbin/slapd
- run: |
- name: Install dependencies and run tests
run: |
# python tzinfo fails on 'act' without this
ulimit -n 1024
export TZ=UTC
@ -63,7 +64,8 @@ jobs:
run: sudo aa-complain /usr/sbin/slapd
- run: sed -i -E 's/"(\^|>=)([0-9\.]+)(.*)"/"==\2"/' pyproject.toml
- run: sed -i -E 's/python = "==/python = "^/' pyproject.toml
- run: |
- name: Install dependencies and run tests
run: |
# python tzinfo fails on 'act' without this
ulimit -n 1024
export TZ=UTC