fix
parent
18ed88c15d
commit
d493977153
|
@ -16,7 +16,7 @@ describe('Cloud Runner Github Checks', () => {
|
|||
setups();
|
||||
it('Responds', () => {});
|
||||
|
||||
if (CloudRunnerOptions.cloudRunnerDebug && CloudRunnerOptions.providerStrategy === `local-docker`) {
|
||||
if (CloudRunnerOptions.cloudRunnerDebug) {
|
||||
it(
|
||||
'Check Handling Direct',
|
||||
async () => {
|
||||
|
|
Loading…
Reference in New Issue