Skip to content

Commit

Permalink
Common: add sbt publishLocal operation to test action (close #357)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Oct 6, 2020
1 parent da795e9 commit 842e117
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
run: sbt coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
- name: Check assets can be published
if: ${{ always() }}
run: sbt publishLocal

deploy:
needs: test
Expand Down

0 comments on commit 842e117

Please sign in to comment.