Skip to content

Updated Appium drivers flutter -> 1.19.1 and uiautomator2 -> 2.29.3 #84

Updated Appium drivers flutter -> 1.19.1 and uiautomator2 -> 2.29.3

Updated Appium drivers flutter -> 1.19.1 and uiautomator2 -> 2.29.3 #84

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