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 7d17c83 commit 65ff94d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/nodejstests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
if: runner.os == 'macOS'
- name: Install ubuntu packages
run: |
sudo apt install zlib1g php-zip
sudo apt update -y
sudo apt install -y zlib1g php-zip
if: runner.os == 'Linux'
- run: |
sbt stage assembly createDistribution
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
java-version: '21'
- name: Release
run: |
sudo apt install zlib1g php-zip
sudo apt update -y
sudo apt install -y zlib1g php-zip
sbt scalafmtCheck stage assembly createDistribution
sha512sum target/atom.zip > target/atom.zip.sha512
npm config set //npm.pkg.github.com/:_authToken=$GITHUB_TOKEN
Expand Down

0 comments on commit 65ff94d

Please sign in to comment.