Skip to content

Commit

Permalink
Added endpoints test
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jul 6, 2024
1 parent 2a80493 commit a11868a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nodejstests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
- name: Install sbt
run: brew install sbt
if: runner.os == 'macOS'
- name: Install ubuntu packages
run: |
apt install zlibc php-zip
if: runner.os == 'Linux'
- run: |
sbt stage assembly createDistribution
cd wrapper/nodejs
Expand Down

0 comments on commit a11868a

Please sign in to comment.