Skip to content

Commit

Permalink
Echo json
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-chernysh committed Oct 9, 2024
1 parent 53ba821 commit bcb06a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ jobs:
remove-artifacts:
uses: ./.github/workflows/clean-up-artifacts.yml
needs: deploy-to-production-track
# Run this job even if "needs" job is failed
if: ${{ always() && contains(needs.*.result, 'failure') }}
secrets: inherit
6 changes: 5 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,16 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x ./gradlew

- name: Download Google Service JSON for GitHub artifacts
- name: Download Google Service JSON from GitHub artifacts
uses: actions/download-artifact@v4
with:
name: google_service_json
path: ./app

- name: Echo file
run: |
cat ./app/google-services.json
- name: Update dependencies
run: ./gradlew dependencies

Expand Down

0 comments on commit bcb06a3

Please sign in to comment.