File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7676 --name generic-api-31-device \
7777 --device "5.4in FWVGA" \
7878 --package "system-images;android-31;default;x86_64"
79+ $ANDROID_HOME/cmdline-tools/latest/bin/avdmanager list avds
7980 # Run emulator
8081 $ANDROID_HOME/emulator/emulator \
8182 -no-audio -no-window \
Original file line number Diff line number Diff line change @@ -37,6 +37,6 @@ permissions: read-all
3737
3838jobs :
3939
40- build :
40+ integration-test :
4141 if : github.actor != 'dependabot[bot]'
4242 uses : apache/logging-log4j-samples/.github/workflows/integration-test.yaml@feature/integrated-tests
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ permissions: read-all
2828
2929jobs :
3030
31- build :
31+ integration-test :
3232 if : github.repository == 'apache/logging-log4j-samples' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
3333 uses : apache/logging-log4j-samples/.github/workflows/integration-test.yaml@main
3434 with :
You can’t perform that action at this time.
0 commit comments