mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
more workers
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
key: login-run-caches-${{ github.ref == 'refs/heads/main' && 'latest' || fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
|
||||
restore-keys: login-run-caches-latest
|
||||
- name: Clean up Run Caches
|
||||
# if: ${{ github.event.inputs.clean-run-caches == 'true' }}
|
||||
if: ${{ github.event.inputs.clean-run-caches == 'true' }}
|
||||
run: make clean-run-caches
|
||||
- name: Show Run Caches
|
||||
run: make show-run-caches
|
||||
|
@@ -24,8 +24,6 @@ export default defineConfig({
|
||||
},
|
||||
timeout: 300 * 1000, // 5 minutes
|
||||
globalTimeout: 30 * 60_000, // 30 minutes
|
||||
/* Opt out of parallel tests on CI. */
|
||||
workers: process.env.CI ? 1 : undefined,
|
||||
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
|
||||
reporter: [["line"], ["html", { open: process.env.CI ? "never" : "on-failure" , host: "0.0.0.0" }]],
|
||||
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
|
||||
|
Reference in New Issue
Block a user