From 53fff38218b02b61bac553eeb9799be32d6df594 Mon Sep 17 00:00:00 2001 From: stephen_nwachukwu <43310773+stephennwachukwu@users.noreply.github.com> Date: Thu, 29 Aug 2024 15:52:04 +0000 Subject: [PATCH] Update latest-dev.yaml --- .github/workflows/latest-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/latest-dev.yaml b/.github/workflows/latest-dev.yaml index 603c3270..5a47152a 100644 --- a/.github/workflows/latest-dev.yaml +++ b/.github/workflows/latest-dev.yaml @@ -27,7 +27,7 @@ jobs: - name: Create application-dev.properties run: | - echo "spring.profiles.active=dev" > src/main/resources/application.properties + echo "spring.profiles.active=dev" > src/main/resources/application-dev.properties echo "${{ secrets.TEST_APP_PROPERTIES }}" | base64 --decode > src/main/resources/application-dev.properties - name: Run the Maven verify phase