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 13, 2024
1 parent 2afdced commit 2917c24
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 2917c24

Please sign in to comment.