test: delete spring boot profiles

This commit is contained in:
minseokkang
2022-09-18 17:08:28 +09:00
committed by GitHub
parent 88447e98f9
commit 794cde6076

View File

@@ -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() }}