Skip to content

feature/PIMOB-2217_Integrate_slack_message #16

feature/PIMOB-2217_Integrate_slack_message

feature/PIMOB-2217_Integrate_slack_message #16

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.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
verify-module:
uses: ./.github/workflows/verification-flow.yml
secrets: inherit
with:
module: app
run-android-lint: true
run-assemble: true
run-unit-test: true