Skip to content

Daily - Do npm install and run all unit tests #339

Daily - Do npm install and run all unit tests

Daily - Do npm install and run all unit tests #339

Workflow file for this run

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