Skip to content

Commit a126470

Browse files
committed
applying mute to shdotenv in CI
1 parent 3131579 commit a126470

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/validate-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
pnpm wait-on tcp:8288
134134
135135
- name: Run tests
136-
run: ./bin/shdotenv -e ./apps/web/.env.local pnpm run test::ci
136+
run: ./bin/shdotenv -q -e ./apps/web/.env.local pnpm run test::ci
137137

138138
- name: Send Slack notification for job status
139139
uses: 8398a7/action-slack@v3

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Open Integrations
66

7-
OpenInt is an open-source integration platform as a service (iPaaS) that helps you ship product integrations in hours, not weeks.
7+
OpenInt is an open-source integration platform as a service (iPaaS) that helps you ship product integrations in hours, not weeks.
88

99
<img src="./docs/banner.png"/>
1010

@@ -86,5 +86,5 @@ pnpm --dir kits/connect/ pub
8686
```
8787

8888
```bash
89-
NEXT_PUBLIC_SERVER_URL=https://openint.dev shdotenv -e .env.prod pnpm --dir ./kits/sdk gen
89+
NEXT_PUBLIC_SERVER_URL=https://openint.dev shdotenv -q -e .env.prod pnpm --dir ./kits/sdk gen
9090
```

0 commit comments

Comments
 (0)