mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 10:37:44 +00:00
test
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -11,7 +11,7 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
runs-on: depot-ubuntu-24.04-arm-8
|
runs-on: depot-ubuntu-24.04-8
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@@ -29,6 +29,3 @@ jobs:
|
|||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: npx nx run @zitadel/docs:build
|
run: npx nx run @zitadel/docs:build
|
||||||
env:
|
|
||||||
NODE_OPTIONS: "--max-old-space-size=8192"
|
|
||||||
DEBUG: "docusaurus:*"
|
|
||||||
|
@@ -460,16 +460,7 @@ module.exports = {
|
|||||||
'@docusaurus/theme-mermaid',
|
'@docusaurus/theme-mermaid',
|
||||||
],
|
],
|
||||||
future: {
|
future: {
|
||||||
v4: true, // Disabled because of some problems related to https://github.com/facebook/docusaurus/issues/11040
|
v4: true,
|
||||||
experimental_faster: {
|
experimental_faster: true
|
||||||
swcJsLoader: true, // Disabled because of memory usage > 8GB which is a problem on vercel default runners
|
|
||||||
swcJsMinimizer: true,
|
|
||||||
swcHtmlMinimizer: true,
|
|
||||||
lightningCssMinimizer: true,
|
|
||||||
mdxCrossCompilerCache: true,
|
|
||||||
ssgWorkerThreads: true, // Disabled because of some problems related to https://github.com/facebook/docusaurus/issues/11040
|
|
||||||
rspackBundler: true,
|
|
||||||
rspackPersistentCache: true,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user