Skip to content

Commit

Permalink
move env to global scope
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 17, 2022
1 parent 0160377 commit d04e459
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Module Tests

on: [ push ]

env:
CI: true
NODE_OPTIONS: --max-old-space-size=1536

jobs:

ci-test:
Expand Down Expand Up @@ -32,6 +36,3 @@ jobs:
- name: Run test suite
run: npm run test

env:
CI: true
NODE_OPTIONS: --max-old-space-size=1536

0 comments on commit d04e459

Please sign in to comment.