Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

CareUEveryDay Cron CI #538

CareUEveryDay Cron CI

CareUEveryDay Cron CI #538

Workflow file for this run

name: CareUEveryDay Cron CI
on:
schedule:
- cron: '0 23 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: SendWxTemplateMsg
run: sudo java -jar ./target/CareUEveryDay-1.0.0.jar