Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
vladleesi committed Apr 5, 2024
1 parent 8fbc1fc commit cd80972
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/build-test-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ jobs:
distribution: 'corretto'
java-version: '20'

# - name: Make gradlew executable
# run: chmod +x ./gradlew

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

# - name: Run unit tests
# run: ./gradlew test

# - name: Run Android tests
# uses: reactivecircus/android-emulator-runner@v2
# with:
# api-level: 29
# arch: x86
# profile: Nexus 6
# script: ./gradlew connectedCheck --stacktrace
- name: Make gradlew executable
run: chmod +x ./gradlew

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

- name: Run unit tests
run: ./gradlew test

- name: Run Android tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
arch: x86
profile: Nexus 6
script: ./gradlew connectedCheck --stacktrace

- name: Push to master branch
if: ${{ success() }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
- run: mkdocs gh-deploy --force --clear
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
|__/ \__/ \______/ \___/ |__/|__/|__/ \_______/|__/ \______/ \______/ |_______/
```

Small Kotlin and Android extensions for a better development experience.
Lightweight library with a set of small Kotlin and Android extensions for a better development experience.

## Setup

Expand Down

0 comments on commit cd80972

Please sign in to comment.