Rename some tasks

This commit is contained in:
sebthom
2022-01-31 19:31:07 +01:00
parent acecab57cc
commit 3e619a2a84
4 changed files with 17 additions and 18 deletions

View File

@@ -61,17 +61,17 @@ jobs:
pdm install -v
- name: Scanning for security issues using bandit
- name: run security scan
run: |
pdm run bandit
pdm run scan
- name: pylint
- name: check code style
run: |
pdm run pylint
pdm run lint
- name: pytest
- name: run unit tests
run: |
pdm run pytest
pdm run test
- name: run kleinanzeigen_bot
run: |
@@ -118,11 +118,11 @@ jobs:
;;
esac
- name: pyinstaller
- name: build self-contained executable
run: |
set -eux
pdm run pyinstaller
pdm run compile
ls -l dist