fix(ci): fixed build commands
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
|||||||
uses: gradle/actions/setup-gradle@v6
|
uses: gradle/actions/setup-gradle@v6
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./gradlew clean assemble --stacktrace --no-daemon
|
run: ./gradlew clean bootJar --stacktrace --no-daemon
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: ./gradlew test --stacktrace --no-daemon
|
run: ./gradlew test --stacktrace --no-daemon
|
||||||
@@ -43,7 +43,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: ${{ steps.meta.outputs.artifact-name }}
|
name: ${{ steps.meta.outputs.artifact-name }}
|
||||||
path: |
|
path: |
|
||||||
build/libs/**
|
build/libs/*.jar
|
||||||
build/reports/**
|
build/reports/**
|
||||||
build/test-results/**
|
build/test-results/**
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
|||||||
Reference in New Issue
Block a user