Skip to content

Commit

Permalink
feat(ci): test with no gpu only api 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Jan 22, 2024
1 parent fc8a458 commit 8730575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: svarog-android-${{ matrix.api }}
strategy:
matrix:
api: [ 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 33, 34 ]
api: [ 21 ]
steps:
- uses: actions/checkout@v1
- name: Set up JDK 17
Expand All @@ -55,7 +55,7 @@ jobs:
timeout-minutes: 25
with:
cmd: ./gradlew :adam:integrationTest
cmdOptions: -no-snapshot-save -noaudio -no-boot-anim -cores 4 -memory 3072 -no-window -gpu swiftshader_indirect -grpc 8554
cmdOptions: -no-snapshot-save -noaudio -no-boot-anim -cores 4 -memory 3072 -no-window -gpu off -grpc 8554
api: ${{ matrix.api }}
tag: google_apis
abi: x86_64
Expand Down

0 comments on commit 8730575

Please sign in to comment.