Skip to content

Commit 3db40f1

Browse files
chore: show appsettings
1 parent 24a117e commit 3db40f1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/github-cicd.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ jobs:
4949
JWT_SECRET: ${{ secrets.JWT_SECRET }}
5050
with:
5151
input-files: ${{ github.workspace }}/src/Api/appsettings.Testing-Deployment.json
52+
53+
- name: Show substituted appsettings
54+
run: |
55+
echo "===== Substituted JSON ====="
56+
cat "${{ github.workspace }}/src/Api/appsettings.Testing-Deployment.json"
5257
- name: Test
5358
run: dotnet test --no-restore --verbosity normal -e ASPNETCORE_ENVIRONMENT=Deployment
5459
- name: Publish Application

0 commit comments

Comments
 (0)