Nightly Test Pipeline #16
This file contains 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: Nightly Test Pipeline | |
on: | |
workflow_dispatch: {} | |
schedule: | |
# Runs every day at 12:00 AM UTC | |
- cron: '0 0 * * *' | |
jobs: | |
nightly: | |
runs-on: ubuntu-latest | |
container: | |
image: scalableminds/puppeteer:fix_wk_nightly | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |