Skip to content

Updated UIAutomator2 driver from version 3.7.1 to 3.7.6 #127

Updated UIAutomator2 driver from version 3.7.1 to 3.7.6

Updated UIAutomator2 driver from version 3.7.1 to 3.7.6 #127

Workflow file for this run

name: Build and Test
on: [push, pull_request]
jobs:
test_and_build:
# The type of runner that the job will run on
runs-on: ubuntu-20.04
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: Build docker image
run: ./app.sh build test-container
- name: Test docker image
run: ./app.sh test test-container