Skip to content

Commit

Permalink
fix: temp exclude storage
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Dec 17, 2024
1 parent 0a72ba5 commit be71743
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit be71743

Please sign in to comment.