Skip to content

Commit

Permalink
Update build_and_test_sdk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arifBurakDemiray authored Jan 2, 2024
1 parent 399a101 commit 7ca8db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
distribution: 'corretto'

- name: Start android emulator container
run: docker run -e "ADBKEY=$(cat ~/.android/adbkey)" --device /dev/kvm --publish 8554:8554/tcp --publish 5554:5554/tcp --publish 5555:5555/tcp us-docker.pkg.dev/android-emulator-268719/images/28-playstore-x64:30.1.2
run: docker run --device /dev/kvm --publish 8554:8554/tcp --publish 5554:5554/tcp --publish 5555:5555/tcp us-docker.pkg.dev/android-emulator-268719/images/28-playstore-x64:30.1.2

- name: Build the SDK
run: ./gradlew sdk:build
Expand Down

0 comments on commit 7ca8db3

Please sign in to comment.