Skip to content

Commit

Permalink
Download service json
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-chernysh committed Oct 9, 2024
1 parent 93636ed commit 53ba821
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clean-up-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_call:

jobs:
create-release-notes:
remove-artifacs:
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-service-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_call:

jobs:
create-release-notes:
create-service-json:
runs-on: ubuntu-latest

steps:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
jobs:
run-tests:
runs-on: ubuntu-latest
# Setting up ENV for all steps in this job
env:
DOWNLOADS_PATH: ./downloaded-artifacts

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down Expand Up @@ -44,11 +41,11 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x ./gradlew

- name: Download Google Service JSON for GitHub artifacs
- name: Download Google Service JSON for GitHub artifacts
uses: actions/download-artifact@v4
with:
name: google_service_json
path: ${{ env.DOWNLOADS_PATH }}
path: ./app

- name: Update dependencies
run: ./gradlew dependencies
Expand Down

0 comments on commit 53ba821

Please sign in to comment.