We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a117e commit 3db40f1Copy full SHA for 3db40f1
1 file changed
.github/workflows/github-cicd.yml
@@ -49,6 +49,11 @@ jobs:
49
JWT_SECRET: ${{ secrets.JWT_SECRET }}
50
with:
51
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"
57
- name: Test
58
run: dotnet test --no-restore --verbosity normal -e ASPNETCORE_ENVIRONMENT=Deployment
59
- name: Publish Application
0 commit comments