Skip to content

[SubMob/BaseMob#32] Update actions/checkout action to v4.1.4 #459

[SubMob/BaseMob#32] Update actions/checkout action to v4.1.4

[SubMob/BaseMob#32] Update actions/checkout action to v4.1.4 #459

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/actions/[email protected]
with:
arguments: build
build-scan-publish: true
build-scan-terms-of-use-url: "https://gradle.com/help/legal-terms-of-use"
build-scan-terms-of-use-agree: "yes"
- 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