Skip to content

Commit

Permalink
Test intermediate changes in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-aerospike committed Nov 12, 2024
1 parent 2443a4c commit 848866a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/extensive_vector_search_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
sleep 5

docker ps
python -m pytest -k "update" standard -s --host 0.0.0.0 --port 5000 --cov=aerospike_vector_search
python -m pytest standard -s --host 0.0.0.0 --port 5000 --cov=aerospike_vector_search

mv .coverage coverage_data
working-directory: tests
Expand Down

0 comments on commit 848866a

Please sign in to comment.