mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2026-01-13 02:24:22 +01:00
➕ refactor: summarize error message without line number
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
group: [0, 1, 2, 3, 4, 5_company_logos]
|
||||
group: [0, 1, 2, 3, 5_company_logos]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python 3.8
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
id: test
|
||||
run: |
|
||||
pytest -vs test/integration/test_generator.py::test_generation_level_${{ matrix.group }}
|
||||
timeout-minutes: 17
|
||||
timeout-minutes: 30
|
||||
env:
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
SCENEX_API_KEY: ${{ secrets.SCENEX_API_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user