Skip to content

Commit

Permalink
Update CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigTows committed Dec 14, 2022
1 parent f961742 commit e04e764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Testing...
uses: gradle/[email protected]
with:
arguments: test
arguments: clean test
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build and publish
uses: gradle/[email protected]
with:
arguments: test build
arguments: clean test build
- name: Calculate version
id: version
run: |
Expand Down

0 comments on commit e04e764

Please sign in to comment.