Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-run-tests-from-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build UTBot Java
run: |
export KOTLIN_HOME="/usr"
gradle clean build
gradle clean build --no-daemon

- name: Upload utbot-framework logs
if: ${{ always() }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-run-tests-utbot-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build UTBot Java
run: |
export KOTLIN_HOME="/usr"
gradle clean build
gradle clean build --no-daemon

- name: Upload utbot-framework logs
if: ${{ always() }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-plugin-and-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
run: |
export KOTLIN_HOME="/usr"
cd utbot-cli
gradle clean build
gradle clean build --no-daemon
cd build/libs
mv $(find . -type f -iname "utbot-cli*.jar") utbot-cli-${{ env.VERSION }}.jar
- name: Archive UTBot CLI
uses: actions/upload-artifact@v2
with:
name: utbot-cli-${{ env.VERSION }}
path: utbot-cli/build/libs/utbot-cli-${{ env.VERSION }}.jar
path: utbot-cli/build/libs/utbot-cli-${{ env.VERSION }}.jar