Skip to content

Commit

Permalink
testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Bořek Leikep committed Oct 6, 2023
1 parent c371705 commit 1e8a770
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest
permissions:
contents: write
steps:
Expand All @@ -24,6 +24,15 @@ jobs:
distribution: 'zulu'
java-version: 18

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

- name: Generate Baseline Profile
run: |
echo y | sdkmanager "system-images;android-34;google_apis;x86_64"
echo y | sdkmanager emulator
./gradlew :catalog:generateReleaseBaselineProfile :icons:generateBaselineProfile :illustrations:generateBaselineProfile :ui:generateBaselineProfile -Pandroid.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=baselineprofile
- name: ktlint
run: ./gradlew lintKotlin

Expand Down

0 comments on commit 1e8a770

Please sign in to comment.