Skip to content

Commit

Permalink
fix standalone examples ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Dec 27, 2024
1 parent c3cc4f4 commit 3926085
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/examples-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,22 @@ jobs:
working-directory: examples/standalone/android-simple
run: |
chmod +x gradlew
./gradlew printAnimalsnifferTasks, build --no-daemon
./gradlew printAnimalsnifferTasks build --no-daemon
- name: Run standalone multiplatform with android example
working-directory: examples/standalone/kotlin-multi-android-desktop-server
run: |
chmod +x gradlew
./gradlew printAnimalsnifferTasks, build --no-daemon
./gradlew printAnimalsnifferTasks build --no-daemon
- name: Run standalone multiplatform with android only example
working-directory: examples/standalone/kotlin-multi-android-only
run: |
chmod +x gradlew
./gradlew printAnimalsnifferTasks, build --no-daemon
./gradlew printAnimalsnifferTasks build --no-daemon
- name: Run standalone pure multiplatform example
working-directory: examples/standalone/kotlin-multi-desktop-server
run: |
chmod +x gradlew
./gradlew printAnimalsnifferTasks, build --no-daemon
./gradlew printAnimalsnifferTasks build --no-daemon

0 comments on commit 3926085

Please sign in to comment.