Skip to content
Snippets Groups Projects
Commit 23e05909 authored by Ole Langbehn's avatar Ole Langbehn
Browse files

add --allow-import also to test command in CI

parent 2e47dc50
No related branches found
No related tags found
No related merge requests found
......@@ -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
- 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
......
......@@ -4,7 +4,7 @@
"lint": "deno lint",
"fmt": "deno fmt",
"fmt:check": "deno fmt --check",
"test": "deno test",
"test": "deno test --allow-import ",
"updateDeps": "deno cache --allow-import --lock=deno.lock --lock-write app/deps.ts app/dev_deps.ts",
"install": "deno cache --allow-import --reload --lock=deno.lock app/deps.ts app/dev_deps.ts",
"cache": "deno cache --allow-import app/main.ts",
......@@ -26,4 +26,4 @@
"*.md"
]
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment