Skip to content

Commit

Permalink
remove staging tests from matrix for now
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-denoble committed Nov 30, 2023
1 parent 04f1681 commit fa0db5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
max-parallel: 1
matrix:
jest_env: ['node', 'edge']
pinecone_env: ['prod', 'staging']
pinecone_env:
- prod
# - staging

steps:
- name: Checkout
Expand Down

0 comments on commit fa0db5a

Please sign in to comment.