Skip to content

Commit

Permalink
feat: check [5]
Browse files Browse the repository at this point in the history
  • Loading branch information
arifwidayana committed May 11, 2023
1 parent 2458c6d commit e1323b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ jobs:
echo $ENCODED_STRING_CORE > core-properties-b64.txt
base64 -d core-properties-b64.txt > $CORE_PROPERTIES_PATH

- name: Build with Gradle
run: ./gradlew build

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
# - name: Build with Gradle
# run: ./gradlew build
#
# - name: Setup Gradle
# uses: gradle/gradle-build-action@v2

# - name: Run instrumentation tests
# uses: reactivecircus/android-emulator-runner@v2
Expand Down

0 comments on commit e1323b5

Please sign in to comment.