From e292ffebaff80d9eaeaea6c5c8600a5d53361e5f Mon Sep 17 00:00:00 2001 From: merwanehamadi Date: Tue, 11 Jul 2023 21:37:49 -0700 Subject: [PATCH] Enable cache (#92) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50adac76..45bd64ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,7 +168,7 @@ jobs: PROMPT_USER: false # For mini-agi. TODO: Remove this once mini-agi follows the standards. HELICONE_API_KEY: ${{ secrets.HELICONE_API_KEY }} REQUESTS_CA_BUNDLE: /etc/ssl/certs/ca-certificates.crt - HELICONE_CACHE_ENABLED: false + HELICONE_CACHE_ENABLED: true HELICONE_PROPERTY_AGENT: ${{ matrix.agent-name }} - name: Upload logs as artifact