From be71743d26410d16a9835f1013313a32842fa289 Mon Sep 17 00:00:00 2001 From: Daniel Freytag Date: Tue, 17 Dec 2024 21:49:25 +0100 Subject: [PATCH] fix: temp exclude storage --- .github/workflows/test.yml | 6 +++--- deno.jsonc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cdc7534..9621d7b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,9 +16,9 @@ on: permissions: contents: read -env: - # JSR_DEPENDENCIES: "@cross/test @std/assert @std/fmt @frytg/logger @frytg/check-required-env" - # NPM_DEPENDENCIES: "luxon minio sinon" +# env: +# JSR_DEPENDENCIES: "@cross/test @std/assert @std/fmt @frytg/logger @frytg/check-required-env" +# NPM_DEPENDENCIES: "luxon minio sinon" jobs: test-on-deno-and-lint: diff --git a/deno.jsonc b/deno.jsonc index 5dcb3ef..b1b0a35 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -30,7 +30,7 @@ }, "exclude": ["**/*.md", "**/*.yml", "**/*.yaml"] }, - "workspace": ["./check-required-env", "./crypto", "./dates", "./logger", "./storage-s3"], + "workspace": ["./check-required-env", "./crypto", "./dates", "./logger"], "imports": { "@biomejs/biome": "npm:@biomejs/biome@^1.9.4", "@types/node": "npm:@types/node@^22.10.2",