Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Jan 14, 2024
1 parent dc3f431 commit 99b7fef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
~/.coursier
key: ${{ runner.os }}-sbt-${{ hashfiles('**/build.sbt') }}
- name: Compile and run tests
run: sbt stage +test
run: sbt clean stage +test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
distribution: 'temurin'
java-version: '21'
- name: Compile and run tests
run: sbt stage +test
run: sbt clean stage +test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
release:
Expand All @@ -46,7 +46,7 @@ jobs:
with:
distribution: 'temurin'
java-version: '21'
- run: sbt stage
- run: sbt clean stage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: sbt publish
Expand Down

0 comments on commit 99b7fef

Please sign in to comment.