Skip to content

Commit

Permalink
NO-ISSUE a
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang-33 committed Oct 17, 2023
1 parent 6c14697 commit 056798e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:
run: |
python3 generate-code.py
- name: Test Project
run: npm test
env:
NODE_OPTIONS: --max-old-space-size=2048
run: export NODE_OPTIONS=--max-old-space-size=6144; npm test
- name: Test building docs
run: export NODE_OPTIONS=--openssl-legacy-provider; npm run docs:build

0 comments on commit 056798e

Please sign in to comment.