Daily - Do npm install and run all unit tests #1379
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |