Skip to content

Commit

Permalink
try to fix github actions error
Browse files Browse the repository at this point in the history
  • Loading branch information
zingmane committed Oct 4, 2024
1 parent dd6a29c commit 9b7e87e
Show file tree
Hide file tree
Showing 2 changed files with 442 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"tasks": {
"cache": "deno cache mod.ts --reload",
// deno needs to be 1.46.x for this to work with vitest, also use `--pool=threads --no-file-parallelism` to prevent "Uncaught (in promise) BrokenPipe: Broken pipe (os error 32)"
"test": "TZ='Europe/Berlin' ENV=integration-testing deno run --allow-read --allow-env --allow-ffi --allow-sys --allow-run --allow-net --allow-write --lock-write --lock deno-test.lock npm:vitest --run --pool=threads --no-file-parallelism"
"test": "TZ='Europe/Berlin' ENV=integration-testing deno run --allow-read --allow-env --allow-ffi --allow-sys --allow-run --allow-net --allow-write npm:vitest --run --pool=threads --no-file-parallelism"
},
"fmt": {
"exclude": [
Expand Down
Loading

0 comments on commit 9b7e87e

Please sign in to comment.