test: delete spring boot profiles
This commit is contained in:
3
.github/workflows/autoTest.yml
vendored
3
.github/workflows/autoTest.yml
vendored
@@ -22,9 +22,6 @@ jobs:
|
||||
- name: Build
|
||||
run: ./gradlew build -x test
|
||||
|
||||
- name: Test
|
||||
run: SPRING_PROFILES_ACTIVE=[test] ./gradlew test
|
||||
|
||||
- name: Publish Unit Test Results
|
||||
uses: EnricoMi/publish-unit-test-result-action@v1
|
||||
if: ${{ always() }}
|
||||
|
||||
Reference in New Issue
Block a user