Skip to content

Commit

Permalink
Move the fast part of the "build" sooner.
Browse files Browse the repository at this point in the history
I'm tired of waiting for the build to finish only to learn that my
markdown isn't markdowny enough.
  • Loading branch information
DanAlbert committed May 9, 2024
1 parent 1667d98 commit 5bfcd6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
with:
java-version: 17

- uses: pre-commit/[email protected]

- name: Setup Android SDK
uses: android-actions/setup-android@v3

- name: build samples
run: |
./gradlew build
- uses: pre-commit/[email protected]

0 comments on commit 5bfcd6e

Please sign in to comment.