Skip to content

Commit

Permalink
test names
Browse files Browse the repository at this point in the history
  • Loading branch information
phact committed Mar 15, 2024
1 parent aad2384 commit 3077d7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ jobs:
poetry run pytest -s --disable-warnings tests/streaming-assistants/test_run_retreival.py
run-streaming-assistants-tests-streaming-run-retrieval:
runs-on: ubuntu-latest
name: run streaming-assistants run retrieval tests
name: run streaming-assistants streaming run retrieval tests
env:
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:
poetry run pytest -s --disable-warnings tests/streaming-assistants/test_streaming_run_retrieval.py
run-streaming-assistants-tests-streaming-run:
runs-on: ubuntu-latest
name: run streaming-assistants run retrieval tests
name: run streaming-assistants streaming run tests
env:
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 3077d7c

Please sign in to comment.