👩‍💼 feat: pm role test

This commit is contained in:
Florian Hönicke
2023-04-28 17:34:36 +02:00
parent 1fefaaa48f
commit 1b9a76b78b

View File

@@ -5,7 +5,7 @@ on:
pull_request:
jobs:
test:
test_✨:
runs-on: ubuntu-latest
strategy:
fail-fast: false
@@ -22,6 +22,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install wheel
pip install --no-cache-dir ".[full,test]"
pip install pytest
- name: Test
id: test
run: |