Skip to content

Commit 2d5508a

Browse files
committed
attempts to enable log
1 parent dad7693 commit 2d5508a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121

2222
- name: Run tests
2323
env:
24-
DEBUG: "ezs:error,ezs:warn"
2524
NODE_ENV: test
26-
run: bun test
25+
run: |
26+
export DEBUG="ezs:error,ezs:warn"
27+
bun test

0 commit comments

Comments
 (0)