Skip to content

Commit

Permalink
update check ci
Browse files Browse the repository at this point in the history
  • Loading branch information
qdsfdhvh committed Jan 16, 2025
1 parent 2df847e commit 94086f7
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/Check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,7 @@ jobs:
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties

- name: Assemble
run: |
./gradlew kotlinUpgradeYarnLock \
:image-loader:assemble \
:extension:imageio:assemble \
:extension:moko-resources:assemble \
--stacktrace -PnoAppApple \
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
run: ./gradlew assemble --stacktrace -PnoAppApple

build:
needs: [spotless, api-check]
Expand All @@ -157,10 +151,4 @@ jobs:
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties

- name: Build
run: |
./gradlew kotlinUpgradeYarnLock \
:image-loader:build \
:extension:imageio:build \
:extension:moko-resources:build \
--stacktrace -PnoAppApple \
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
run: ./gradlew build --stacktrace -PnoAppApple

0 comments on commit 94086f7

Please sign in to comment.