Skip to content

Commit

Permalink
fixed syntax in ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ericapywang committed Jun 7, 2024
1 parent 566376f commit 6fac2e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Build
run: cargo build
- name: Run tests
env:
PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}
env:
PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}
run: cargo test --verbose

0 comments on commit 6fac2e5

Please sign in to comment.