mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
fix: change github action to test different pipeline
This commit is contained in:
12
.github/workflows/tests.yml
vendored
12
.github/workflows/tests.yml
vendored
@@ -27,17 +27,5 @@ jobs:
|
||||
pip install poetry
|
||||
poetry lock && poetry install
|
||||
|
||||
- name: Clear Caches
|
||||
run: |
|
||||
sudo rm -rf ~/.cache/pypoetry
|
||||
sudo rm -rf ~/.cache/pip
|
||||
|
||||
- name: Run tests
|
||||
run: poetry run pytest tests
|
||||
|
||||
- name: Upload Test Results
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: test-results
|
||||
path: test-results.xml
|
||||
|
||||
Reference in New Issue
Block a user