Skip to content

Commit

Permalink
Add: started working on testing GHA CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlx committed Aug 31, 2023
1 parent 367c1dc commit d274ec1
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,4 @@ jobs:

- name: Build and Test with Gradle
run: ./gradlew test
env:
OPEN_AI_API_KEY: ${{ secrets.OPEN_AI_API_KEY }}
PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}
PINECONE_URL: ${{ variables.PINECONE_URL }}
PINECONE_NAMESPACE: ${{ variables.PINECONE_NAMESPACE }}

0 comments on commit d274ec1

Please sign in to comment.