Skip to content

Commit

Permalink
test16
Browse files Browse the repository at this point in the history
  • Loading branch information
rbs333 committed Apr 30, 2024
1 parent 6c65647 commit a702822
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,7 @@ jobs:
AZURE_OPENAI_DEPLOYMENT_NAME: ${{secrets.AZURE_OPENAI_DEPLOYMENT_NAME}}
OPENAI_API_VERSION: ${{secrets.OPENAI_API_VERSION}}
run:
poetry run pip install --index-url https://test.pypi.org/simple/ --no-deps redisvl-test; |
poetry run test-cov; |
if [ $? -ne 0 ]; then
echo "Tests failed"
exit 1
fi
poetry run pip install --index-url https://test.pypi.org/simple/ --no-deps redisvl-test; poetry run test-cov

# publish:
# needs: pre-release-checks
Expand Down

0 comments on commit a702822

Please sign in to comment.