mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-01 23:32:39 +00:00
fix: change github action to test different pipeline
This commit is contained in:
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@@ -27,19 +27,13 @@ jobs:
|
|||||||
pip install poetry
|
pip install poetry
|
||||||
poetry lock && poetry install
|
poetry lock && poetry install
|
||||||
|
|
||||||
- name: Print Environment Information
|
|
||||||
run: |
|
|
||||||
python --version
|
|
||||||
pip list
|
|
||||||
env
|
|
||||||
|
|
||||||
- name: Clear Caches
|
- name: Clear Caches
|
||||||
run: |
|
run: |
|
||||||
sudo rm -rf ~/.cache/pypoetry
|
sudo rm -rf ~/.cache/pypoetry
|
||||||
sudo rm -rf ~/.cache/pip
|
sudo rm -rf ~/.cache/pip
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: poetry run pytest tests --capture=tee-sys --junitxml=test-results.xml
|
run: poetry run pytest tests
|
||||||
|
|
||||||
- name: Upload Test Results
|
- name: Upload Test Results
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Reference in New Issue
Block a user