Skip to content

[Oztechan/Global#4] Global config update synced file(s) with Oztechan/Global #452

[Oztechan/Global#4] Global config update synced file(s) with Oztechan/Global

[Oztechan/Global#4] Global config update synced file(s) with Oztechan/Global #452

Workflow file for this run

name: BaseMob CI
on:
push:
branches:
- develop
- 'submodule/CCC'
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
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