UNPKG
@adobe/aio-cli-lib-console
Version:
latest (5.0.2)
next (4.2.1-pre.2024-01-08.sha-0aba70a6)
5.0.2
5.0.1
5.0.0
4.2.1
4.2.1-pre.2024-01-08.sha-0aba70a6
4.2.0
4.1.1
4.1.0
4.1.0-pre.2023-06-19.sha-71a9f9ba
4.0.0
3.3.0
3.3.0-pre.2022-07-21.sha-6f344014
3.2.1
3.2.0
3.1.0
3.0.0
2.2.2
Adobe I/O Console CLI library
github.com/adobe/aio-cli-lib-console
adobe/aio-cli-lib-console
@adobe/aio-cli-lib-console
/
.github
/
workflows
/
daily.yml
13 lines
(9 loc)
•
231 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Daily - Do npm install and run
all unit tests on
:
schedule
: # run daily at midnight -
cron
:
'0 0 * * *'
jobs
:
build
:
uses
: adobe/aio-reusable-workflows/.github/workflows/daily.yml
@main
secrets
: inherit