Skip to content

PIMOB-2183: Add UI test GHA flow #8

PIMOB-2183: Add UI test GHA flow

PIMOB-2183: Add UI test GHA flow #8

Workflow file for this run

name: Verify App
on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
types: [ opened, synchronize, reopened ]
branches: [ master, "bugfix/*", "feature/*", "release/*" ]
paths:
- 'app/**'
- 'checkout/**'
- 'frames/**'
- 'buildSrc/**'
- 'build.gradle.kt'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
verify-module:
uses: ./.github/workflows/verification-flow.yml
with:
module: app
run-android-lint: true
run-assemble: true
run-unit-test: true