Skip to content

Commit

Permalink
hello pulsar (#72)
Browse files Browse the repository at this point in the history
* added a basic pulsar test, and modified package.json files stanza so that npm package doesn't contain cruft.

* fix package.lock for ci

* fix package.lock for ci
  • Loading branch information
geoffhendrey authored Sep 19, 2024
1 parent d025712 commit cd10e80
Show file tree
Hide file tree
Showing 5 changed files with 3,525 additions and 1,785 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Apache Pulsar
uses: reugn/github-action-pulsar@v1

- name: Use Node.js
uses: actions/setup-node@v2
with:
Expand Down
Loading

0 comments on commit cd10e80

Please sign in to comment.