Skip to content

Commit

Permalink
Merge pull request #3 from fgiova/feat/singleton-signer-support
Browse files Browse the repository at this point in the history
feat: add support for signer singleton
  • Loading branch information
fgiova committed Dec 29, 2023
2 parents 762f633 + 43db5d5 commit aadd0ec
Show file tree
Hide file tree
Showing 4 changed files with 397 additions and 746 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: npm i --ignore-scripts

- name: Run tests
run: npm test:coverage
run: npm run test:coverage

- name: publish code coverage to code-climate (duh)
if: ${{ github.event_name == 'push' && matrix.node-version == 20 }} # Push coverage only once inside the matrix.
Expand Down Expand Up @@ -85,6 +85,7 @@ jobs:
- run: npm ci
- run: npm run build
- name: Semantic Release
if: ${{ github.event_name == 'push' }} # Semantic Release only on Push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
Loading

0 comments on commit aadd0ec

Please sign in to comment.