diff --git a/.github/workflows/release_prod.yml b/.github/workflows/release_prod.yml index 00b1e7d..01313cf 100644 --- a/.github/workflows/release_prod.yml +++ b/.github/workflows/release_prod.yml @@ -90,6 +90,10 @@ jobs: # The tenant specific config file, i.e. config.tenant.environment.json, becomes plain config.json run: | ls -la ${{ github.workspace }}/metrics-app-${{matrix.tenant}}/javascript/src + - name: Cat config.json contents + # The tenant specific config file, i.e. config.tenant.environment.json, becomes plain config.json + run: | + cat ${{ github.workspace }}/metrics-app-${{matrix.tenant}}/javascript/src/config.json - name: Share artifact inside workflow (frontend) uses: actions/upload-artifact@v3 with: diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 539d0f1..792b321 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -90,6 +90,10 @@ jobs: # The tenant specific config file, i.e. config.tenant.environment.json, becomes plain config.json run: | ls -la ${{ github.workspace }}/metrics-app-${{matrix.tenant}}/javascript/src + - name: Cat config.json contents + # The tenant specific config file, i.e. config.tenant.environment.json, becomes plain config.json + run: | + cat ${{ github.workspace }}/metrics-app-${{matrix.tenant}}/javascript/src/config.json - name: Share artifact inside workflow (frontend) uses: actions/upload-artifact@v3 with: