Fix 2 issues on CI:
- website still using ubuntu-latest
- linter that cannot use more than 2GB
This commit is contained in:
Charles Bochet
2026-02-23 12:05:53 +01:00
committed by GitHub
parent b51eb6471f
commit 7944ca29fa
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -171,6 +171,7 @@ jobs:
timeout-minutes: 30
runs-on: depot-ubuntu-24.04
env:
NODE_OPTIONS: '--max-old-space-size=4096'
TASK_CACHE_KEY: front-task-${{ matrix.task }}
strategy:
matrix:
+2 -2
View File
@@ -23,7 +23,7 @@ jobs:
needs: changed-files-check
if: needs.changed-files-check.outputs.any_changed == 'true'
timeout-minutes: 10
runs-on: ubuntu-latest
runs-on: depot-ubuntu-24.04
services:
postgres:
image: twentycrm/twenty-postgres-spilo
@@ -65,7 +65,7 @@ jobs:
ci-website-status-check:
if: always() && !cancelled()
timeout-minutes: 5
runs-on: ubuntu-latest
runs-on: depot-ubuntu-24.04
needs: [changed-files-check, website-build]
steps:
- name: Fail job if any needs failed