From d49397715318716b469e48e7402eb58146e67e5c Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sun, 4 Feb 2024 19:45:34 +0000 Subject: [PATCH] fix --- src/model/cloud-runner/tests/cloud-runner-github-checks.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model/cloud-runner/tests/cloud-runner-github-checks.test.ts b/src/model/cloud-runner/tests/cloud-runner-github-checks.test.ts index e4fefbc4..7e093abb 100644 --- a/src/model/cloud-runner/tests/cloud-runner-github-checks.test.ts +++ b/src/model/cloud-runner/tests/cloud-runner-github-checks.test.ts @@ -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 () => {