Skip to content

Commit

Permalink
Improve test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aorwall committed Jul 31, 2024
1 parent 6e3c6a7 commit 2e321fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run tests
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
INDEX_STORE_URL: ${{ secrets.INDEX_STORE_URL }}
INDEX_STORE_URL: ${{ vars.INDEX_STORE_URL }}
INDEX_STORE_DIR: /tmp/index-store
MOATLESS_DIR: /tmp/moatless
REPO_DIR: /tmp/repos
Expand Down

0 comments on commit 2e321fb

Please sign in to comment.