[Oztechan/Global#12] Update dependency com.android.library to v8.3.2 test #428
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: BaseMob CI | |
on: | |
push: | |
branches: | |
- develop | |
- 'submodule/CCC' | |
pull_request: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone Repo | |
uses: actions/[email protected] | |
- name: Set up JDK 17 | |
uses: actions/[email protected] | |
with: | |
java-version: 17 | |
distribution: 'temurin' | |
- name: Gradle Build | |
uses: gradle/[email protected] | |
with: | |
arguments: build | |
- name: Notify slack fail | |
if: failure() | |
env: | |
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} | |
uses: voxmedia/[email protected] | |
with: | |
channel: submob | |
status: FAILED | |
color: danger |