forked from Github-Mirrors/canaille
chore: GHA step titles
This commit is contained in:
parent
17a994bd9f
commit
799f4937f2
1 changed files with 4 additions and 2 deletions
6
.github/workflows/tests.yaml
vendored
6
.github/workflows/tests.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue