mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
Fix failing tests (#3374)
* Fix trial-initation test Co-authored-by: Michał Chęciński <michal.checinski@outlook.com>
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -43,4 +43,6 @@ jobs:
|
||||
run: npm ci
|
||||
|
||||
- name: Run tests
|
||||
run: npm run test
|
||||
run: |
|
||||
export NODE_OPTIONS=--max_old_space_size=6144
|
||||
npm run test
|
||||
|
||||
Reference in New Issue
Block a user