Skip to content

Commit 37396b7

Browse files
committed
Fix
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
1 parent 13f8364 commit 37396b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
- name: Smoke test
236236
run: |
237237
feast init test_repo
238-
cd test_repo/
238+
cd test_repo/feature_repo
239239
feast apply
240240
echo "$TEST_SCRIPT" > run-and-wait.sh
241241
bash run-and-wait.sh feast serve
@@ -244,7 +244,7 @@ jobs:
244244
- name: Smoke test with go
245245
if: matrix.python-version != '3.10' || matrix.os == 'ubuntu-latest'
246246
run: |
247-
cd test_repo/
247+
cd test_repo/feature_repo
248248
feast apply
249249
echo "$TEST_SCRIPT" > run-and-wait.sh
250250
pip install cffi

0 commit comments

Comments
 (0)