From 6fac2e560bf71f62a7d17d1bc53dcb6be05d4ac1 Mon Sep 17 00:00:00 2001 From: Erica Wang Date: Fri, 7 Jun 2024 10:41:42 -0400 Subject: [PATCH] fixed syntax in ci.yaml --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bbcdd4b..d42d865 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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