Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Oct 25, 2022
1 parent ae0413b commit 09b57a5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
working-directory: run
- uses: bahmutov/npm-install@v1
with:
working-directory: fetcher
working-directory: fetcher
- run: cp frontend/src/keys.ts.dist frontend/src/keys.ts
- run: cp common/src/keys.ts.dist common/src/keys.ts
- run: npm test
- name: "Test"
env:
NODE_OPTIONS: "--max_old_space_size=4096"
run: npm test

0 comments on commit 09b57a5

Please sign in to comment.