From a50e4110431b80b9a8d4c3bccc071f7cff82cbef Mon Sep 17 00:00:00 2001 From: Shaw Date: Fri, 7 Feb 2025 06:32:44 -0500 Subject: [PATCH] fix ci --- .github/workflows/ci.yaml | 1 - .github/workflows/integrationTests.yaml | 1 - .github/workflows/smoke-tests.yml | 1 - packages/client/.gitignore | 2 -- 4 files changed, 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b15d30929aa..d39655b5274 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: "23" - cache: "bun" - name: Install dependencies run: bun install diff --git a/.github/workflows/integrationTests.yaml b/.github/workflows/integrationTests.yaml index 6f1c0aa4e30..ae3bbe4c150 100644 --- a/.github/workflows/integrationTests.yaml +++ b/.github/workflows/integrationTests.yaml @@ -23,7 +23,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: "23" - cache: "bun" - name: Install dependencies run: bun install diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index c90aa166301..8e4275036e4 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -23,7 +23,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: "23" - cache: "bun" - name: Run smoke tests run: bun run smokeTests diff --git a/packages/client/.gitignore b/packages/client/.gitignore index 840cbc2a236..a83eb9a4b8d 100644 --- a/packages/client/.gitignore +++ b/packages/client/.gitignore @@ -2,8 +2,6 @@ logs *.log npm-debug.log* -yarn-debug.log* -yarn-error.log* bun-debug.log* lerna-debug.log*