Skip to content

Create @Scheduled with logics with CronExpression and CronScheduler #28

Create @Scheduled with logics with CronExpression and CronScheduler

Create @Scheduled with logics with CronExpression and CronScheduler #28

Workflow file for this run

name: master
on:
push:
branches:
- master
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dart-lang/[email protected]
- name: "Install Melos"
run: dart pub global activate melos
- name: "Bootstrap Workspace"
run: melos bootstrap --no-private
- name: "Getting Dependencies"
run: melos get
- name: "Run Format"
run: melos format
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dart-lang/[email protected]
- name: "Install Melos"
run: dart pub global activate melos
- name: "Bootstrap Workspace"
run: melos bootstrap --no-private
- name: "Getting Dependencies"
run: melos get
- name: "Run Analyze"
run: melos analyze
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dart-lang/[email protected]
- name: "Install Melos"
run: dart pub global activate melos
- name: "Bootstrap Workspace"
run: melos bootstrap --no-private
- name: "Getting Dependencies"
run: melos get
- name: "Run Test"
run: melos test