Skip to content

Commit

Permalink
Updated ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hall9zeha committed Mar 2, 2024
1 parent 24b7f2a commit 0067b60
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: set up JDK 17
- name: set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
Expand All @@ -24,5 +24,12 @@ jobs:
- name: Make gradle executable
run: chmod +x ./gradlew

- name: Touch local properties
run: touch local.properties

- name: Add Api Key
run: echo "MY_API_KEY=\"\"" >> local.properties

- name: Build App
run: ./gradlew assemble
run: ./gradlew assemble

0 comments on commit 0067b60

Please sign in to comment.