Skip to content

Commit

Permalink
add sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
SM2A committed Mar 23, 2024
1 parent d933cf2 commit 0203dc4
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '17.0.1'
java-version: '21'
distribution: 'temurin'

- name: Setup Android SDK
uses: android-actions/setup-android@v3
with:
packages: 'tools platform-tools platforms;android-34'
- name: Install Bazel
run: |
sudo apt install apt-transport-https curl gnupg -y
Expand All @@ -32,8 +35,4 @@ jobs:
# chmod +X build.sh
# ./build.sh
- name: Test with Bazel
continue-on-error: true
run: bazel test :all --test_verbose_timeout_warnings --test_summary=detailed --test_output=all
- uses: actions/upload-artifact@v3
with:
path: /home/runner/.cache/bazel/_bazel_runner/*/execroot/_main/bazel-out/k8-fastbuild/testlogs/

0 comments on commit 0203dc4

Please sign in to comment.