Skip to content

Commit

Permalink
Update js/apps/admin-ui/cypress.config.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Stian Thorgersen <[email protected]>
Signed-off-by: Erik Jan de Wit <[email protected]>
  • Loading branch information
edewit and stianst committed Dec 10, 2024
1 parent f17b0c7 commit f2fb2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/apps/admin-ui/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import fs from "node:fs";
import { isAsyncFunction } from "node:util/types";

const isCI = process.env.CI === "true";
const retryCount = parseInt(process.env.RETRY_COUNT || "3");
const retryCount = parseInt(process.env.RETRY_COUNT || "0");

export default defineConfig({
video: isCI,
Expand Down

0 comments on commit f2fb2b2

Please sign in to comment.