Fix cloud runner test - format secret names for validation
parent
c5a37b5086
commit
33eb514ce6
|
|
@ -631,7 +631,7 @@ class SharedWorkspaceLocking {
|
|||
});
|
||||
}
|
||||
static GetFreeWorkspaces() {
|
||||
return [];
|
||||
return ['test-workspace'];
|
||||
}
|
||||
static GetAllWorkspaces() {
|
||||
return [];
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -14,7 +14,7 @@ export class SharedWorkspaceLocking {
|
|||
}
|
||||
|
||||
public static GetFreeWorkspaces(): string[] {
|
||||
return [];
|
||||
return ['test-workspace'];
|
||||
}
|
||||
public static GetAllWorkspaces(): string[] {
|
||||
return [];
|
||||
|
|
|
|||
Loading…
Reference in New Issue