Skip to content

Commit 1df3605

Browse files
chore: fix CI to run tests
1 parent 42e6e89 commit 1df3605

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/backend-core-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,6 @@ jobs:
7373
OPENAI_API_KEY: this-is-a-test-key
7474
run: |
7575
cd core
76-
rye test -p quivr-core
76+
pwd
77+
ls -la
78+
rye test -p quivr-core -v

0 commit comments

Comments
 (0)