mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-25 17:34:22 +01:00
👩💼 feat: pm role test
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user