Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/meilisearch-prototype-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Meilisearch prototype tests

env:
HUSKY: 0
NODE_OPTIONS: '--trace-warnings'

# Will only run for PRs and pushes to *-beta
on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pre-release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Pre-Release Tests

env:
HUSKY: 0
NODE_OPTIONS: '--trace-warnings'

# Will only run for PRs and pushes to bump-meilisearch-v*
on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Tests

env:
HUSKY: 0
NODE_OPTIONS: '--trace-warnings'

on:
pull_request:
Expand Down