Skip to content

Commit

Permalink
Updated github action to build 4-publish before testing (required for…
Browse files Browse the repository at this point in the history
… tests that target the actual npm package instead of the sources).
  • Loading branch information
3Nigma committed Oct 7, 2022
1 parent e8a0126 commit f65396b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:

- run: npm install

- run: npm run build:4-publish

- name: Testing
env:
HEDERAS_NETWORK: ${{ secrets.HEDERAS_NETWORK }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

- run: npm install

- run: npm run build:4-publish

- name: Testing
env:
NODE_OPTIONS: "--max_old_space_size=4096"
Expand Down

0 comments on commit f65396b

Please sign in to comment.