diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37c4d43d82bff27170b9c29b2489bef894b06410..3a63a98b9c6a042cbf494ae81a2243ead5c83328 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,7 +55,7 @@ cache_lint_test: - deno cache --allow-import --lock=deno.lock app/deps.ts app/dev_deps.ts - deno fmt --check - deno lint - - deno test --allow-import + - deno test --allow-import # You can override the included template(s) by including variable overrides # SAST customization: https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings diff --git a/deno.json b/deno.json index e160b1a5b4f45275ae7dd6c4f29d49ffa4f5d8fc..73b2a977088ad1611911c1b382a515c688606836 100644 --- a/deno.json +++ b/deno.json @@ -26,4 +26,4 @@ "*.md" ] } -} \ No newline at end of file +}