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: