Skip to content

Commit 61afd9b

Browse files
committed
Have a test
1 parent 2a4e3f4 commit 61afd9b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/backwards_compatibility_marqo_execution.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
compatibility_tests:
5959
# This job runs on the newly created runner
6060
runs-on: "runs-on=${{ github.run_id }}/family=m6i.xlarge/ami=${{ vars.MARQO_CPU_AMD64_TESTS_INSTANCE_AMI }}"
61+
defaults:
62+
run:
63+
working-directory: components/marqo/tests/compatibility_tests
6164
steps:
6265
# Step to check out the Marqo repository
6366
- name: checkout marqo repo
@@ -75,7 +78,7 @@ jobs:
7578
# Step to install dependencies from requirements.txt
7679
- name: Install Dependencies
7780
run: |
78-
pip install -r tests/compatibility_tests/requirements.txt
81+
pip install -r requirements.txt
7982
8083
# Step to configure AWS credentials
8184
- name: Configure AWS credentials

0 commit comments

Comments
 (0)