Skip to content

Commit

Permalink
Remove unnecessary shasum for test
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Sep 22, 2023
1 parent b0ef435 commit 33b60e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/nodejstests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
java-version: ${{ matrix.java-version }}
- run: |
sbt stage assembly createDistribution
sha512sum target/atom.zip > target/atom.zip.sha512
cd wrapper/nodejs
bash build.sh
sudo npm install -g .
Expand Down

0 comments on commit 33b60e0

Please sign in to comment.