Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chanyoung1998 authored Jul 14, 2024
1 parent 7777d94 commit 38c3f8f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/checkout@v4
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand Down Expand Up @@ -60,7 +60,14 @@ jobs:
cloud.aws.credentials.access-key: ${{secrets.AWS_S3_ACCESSKEY}}
cloud.aws.credentials.secret-key: ${{secrets.AWS_S3_SECRETKEY}}

- name: debug
run: |
cat ./dplanner/src/main/resources/application-production.yml
cat ./dplanner/src/main/resources/dplanner-firebase-adminsdk.json
cat ./dplanner/src/main/resources/application-oauth.yml
- name: Build with Gradle
run: |
cd ./dplanner
Expand Down

0 comments on commit 38c3f8f

Please sign in to comment.