Skip to content

Commit

Permalink
Merge pull request #41 from c0de-wizard/ios-ui-update
Browse files Browse the repository at this point in the history
iOS Update
  • Loading branch information
thomaskioko authored Apr 14, 2022
2 parents 8662917 + 89c2025 commit a3e1195
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
echo -e "\TMDB_API_KEY=$TMDB_API_KEY" >> ./local.properties
echo -e "\TMDB_API_URL=$TMDB_API_URL" >> ./local.properties
- uses: burrunan/gradle-cache-action@v1
name: Build with gradle
- name: Build with gradle
run: ./gradlew build

checks:
Expand Down Expand Up @@ -87,8 +86,7 @@ jobs:
echo -e "\TMDB_API_KEY=$TMDB_API_KEY" >> ./local.properties
echo -e "\TMDB_API_URL=$TMDB_API_URL" >> ./local.properties
- uses: burrunan/gradle-cache-action@v1
name: Build and check
- name: Build and check
run: ./gradlew assembleDebug

- name: Create release
Expand Down

0 comments on commit a3e1195

Please sign in to comment.