Skip to content

Commit

Permalink
Merge pull request #13 from ioigoume/Add_debug_steps
Browse files Browse the repository at this point in the history
Add debub message
  • Loading branch information
ioigoume authored Oct 2, 2023
2 parents 0400399 + 1bed7a8 commit d022107
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d022107

Please sign in to comment.