Skip to content

Commit

Permalink
Update android-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tiurin authored May 9, 2024
1 parent cf88480 commit 98599c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/android-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
run_tests_on_api_29:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'adopt' # See 'Supported distributions' for available options
java-version: '11'
distribution: 'adopt'
java-version: '17'

- name: run ui tests
- name: Compile framework
run: ./gradlew :ultron:compileDebugKotlin

0 comments on commit 98599c3

Please sign in to comment.