Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yunjaena authored Feb 28, 2024
1 parent 56ef146 commit a3a0125
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
- name: Make gradlew executable
run: chmod +x ./gradlew

# - name: Gradle cache
# uses: actions/cache@v4
# with:
# path: |
# ~/.gradle/caches
# ~/.gradle/wrapper
# key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
# restore-keys: |
# ${{ runner.os }}-gradle-
- name: Gradle cache
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Update Secrets
env:
Expand All @@ -44,6 +44,9 @@ jobs:
do
echo $file
done
- name: Setup Gradle
uses: gradle/gradle-build-action@v3

- name: Update Firebase
env:
Expand Down

0 comments on commit a3a0125

Please sign in to comment.