Skip to content

Commit

Permalink
ci: remove unnecessary dupe step
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Jul 15, 2021
1 parent 38fd31a commit 7e0f05c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .buildkite/pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,6 @@ steps:
concurrency: 9
concurrency_group: 'browserstack-app'

- label: ':android: NDK Instrumentation tests'
key: 'ndk-instrumentation-tests'
depends_on:
- "android-ci"
timeout_in_minutes: 30
command: ./scripts/build-instrumentation-tests.sh && ./scripts/run-instrumentation-test.sh
plugins:
- docker-compose#v3.7.0:
run: android-ci
env:
INSTRUMENTATION_DEVICES: '["Google Pixel-7.1"]'
TEST_APK_LOCATION: 'bugsnag-plugin-android-ndk/build/outputs/apk/androidTest/debug/bugsnag-plugin-android-ndk-debug-androidTest.apk'
concurrency: 9
concurrency_group: 'browserstack-app'

- label: ':android: Android 9 Instrumentation tests'
depends_on:
- "android-ci"
Expand Down

0 comments on commit 7e0f05c

Please sign in to comment.