Update dependency com.expediagroup:graphql-kotlin-spring-server to v8 #197
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Wear OS CI | |
on: pull_request | |
jobs: | |
wearOSTest: | |
runs-on: macos-13 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Set up JDK 17 | |
uses: actions/setup-java@v3 | |
with: | |
distribution: 'zulu' | |
java-version: 17 | |
# - name: Wear Instrumentation Tests | |
# uses: reactivecircus/android-emulator-runner@v2 | |
# with: | |
# api-level: 26 | |
# target: android-wear | |
# script: ./gradlew wearApp:connectedAndroidTest | |