Skip to content

Commit

Permalink
Update latest-dev.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
stephennwachukwu authored Aug 29, 2024
1 parent cf821e0 commit 53fff38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latest-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53fff38

Please sign in to comment.