Skip to content

Commit 6fb1341

Browse files
refactor: move vault loading after binary checks in global setup
1 parent f26787c commit 6fb1341

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/playwright/global-setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ async function deployKeycloak(): Promise<void> {
7979

8080
export default async function globalSetup(): Promise<void> {
8181
console.log("Running global setup...");
82-
await loadLocalVaultSecrets();
8382
await checkRequiredBinaries();
83+
await loadLocalVaultSecrets();
8484
await setClusterRouterBaseEnv();
8585
await deployKeycloak();
8686
console.log("Global setup completed successfully");

0 commit comments

Comments
 (0)