Skip to content

Commit

Permalink
Merge branch 'feat/podmanSupport' of https://github.com/Altinn/altinn…
Browse files Browse the repository at this point in the history
…-studio into feat/podmanSupport
  • Loading branch information
framitdavid committed Feb 6, 2024
2 parents 8e1744d + 50b1c97 commit 9621fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/testing/playwright/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default defineConfig<ExtendedTestOptions>({
trace: 'on-first-retry',
baseURL: process.env.PLAYWRIGHT_TEST_BASE_URL,
},
fullyParallel: true,
fullyParallel: false,
forbidOnly: !!process.env.CI,
retries: process.env.CI ? 2 : 0,
workers: 1, // Github actions always use only 1, so we set to 1 locally as well
Expand Down

0 comments on commit 9621fc2

Please sign in to comment.