Skip to content

Commit 438da05

Browse files
committed
Trace Node.js warnings in CI tests
1 parent 5dafc22 commit 438da05

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/meilisearch-prototype-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Meilisearch prototype tests
33

44
env:
55
HUSKY: 0
6+
NODE_OPTIONS: '--trace-warnings'
67

78
# Will only run for PRs and pushes to *-beta
89
on:

.github/workflows/pre-release-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Pre-Release Tests
33

44
env:
55
HUSKY: 0
6+
NODE_OPTIONS: '--trace-warnings'
67

78
# Will only run for PRs and pushes to bump-meilisearch-v*
89
on:

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Tests
22

33
env:
44
HUSKY: 0
5+
NODE_OPTIONS: '--trace-warnings'
56

67
on:
78
pull_request:

0 commit comments

Comments
 (0)