From a126470cfd2da853e8c25cf0ae978e5d79e8cf31 Mon Sep 17 00:00:00 2001 From: Amadeo Pellicce Date: Wed, 26 Feb 2025 16:18:52 -0400 Subject: [PATCH] applying mute to shdotenv in CI --- .github/workflows/validate-workflow.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validate-workflow.yml b/.github/workflows/validate-workflow.yml index eee7e21e..50e378d4 100644 --- a/.github/workflows/validate-workflow.yml +++ b/.github/workflows/validate-workflow.yml @@ -133,7 +133,7 @@ jobs: pnpm wait-on tcp:8288 - name: Run tests - run: ./bin/shdotenv -e ./apps/web/.env.local pnpm run test::ci + run: ./bin/shdotenv -q -e ./apps/web/.env.local pnpm run test::ci - name: Send Slack notification for job status uses: 8398a7/action-slack@v3 diff --git a/README.md b/README.md index 3d70e971..92383c8e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Open Integrations -OpenInt is an open-source integration platform as a service (iPaaS) that helps you ship product integrations in hours, not weeks. +OpenInt is an open-source integration platform as a service (iPaaS) that helps you ship product integrations in hours, not weeks. @@ -86,5 +86,5 @@ pnpm --dir kits/connect/ pub ``` ```bash -NEXT_PUBLIC_SERVER_URL=https://openint.dev shdotenv -e .env.prod pnpm --dir ./kits/sdk gen +NEXT_PUBLIC_SERVER_URL=https://openint.dev shdotenv -q -e .env.prod pnpm --dir ./kits/sdk gen ```