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