From c3dd477b93f3cb0e7d618ef185cd587ffa45f29c Mon Sep 17 00:00:00 2001 From: Jack Ye Date: Mon, 15 Dec 2025 15:22:14 -0800 Subject: [PATCH] fix ci --- .github/workflows/nodejs.yml | 4 ++-- .github/workflows/python.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index d1e077a5..1f7cfdef 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -88,7 +88,7 @@ jobs: npm install -g @napi-rs/cli - name: Build run: | - npm ci + npm ci --include=optional npm run build:debug -- --profile ci npm run tsc - name: Setup localstack @@ -146,7 +146,7 @@ jobs: npm install -g @napi-rs/cli - name: Build run: | - npm ci + npm ci --include=optional npm run build:debug -- --profile ci npm run tsc - name: Test diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index d10fc303..2b4c650b 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -49,8 +49,8 @@ jobs: type-check: name: "Type Check" - timeout-minutes: 30 - runs-on: "ubuntu-22.04" + timeout-minutes: 60 + runs-on: ubuntu-2404-8x-x64 defaults: run: shell: bash @@ -78,7 +78,7 @@ jobs: doctest: name: "Doctest" - timeout-minutes: 30 + timeout-minutes: 60 runs-on: ubuntu-2404-8x-x64 defaults: run: