Skip to content

Commit

Permalink
-added minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlitvinov committed Aug 10, 2024
1 parent adc461f commit 3340fe5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/uitests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,10 @@ on:
- 'autotestdebug'
- 'ubuntu-latest'

defaults:
env:
RUNNER: ${{ github.event.inputs.runner || 'autotestdebug' }}

jobs:
build:
name: build android application for ui tests
runs-on: ${{ env.RUNNER }}
runs-on: ${{ github.event.inputs.runner || 'autotestdebug' }}
timeout-minutes: 30
steps:
- name: checkout source code of application
Expand Down Expand Up @@ -58,7 +54,7 @@ jobs:
# tests:
# name: run ui tests on aws with appium
# needs: build
# runs-on: ${{ env.RUNNER }}
# runs-on: ${{ github.event.inputs.runner || 'autotestdebug' }}
# timeout-minutes: 30
# steps:
# - name: checkout source code of application
Expand Down

0 comments on commit 3340fe5

Please sign in to comment.