Skip to content

Commit

Permalink
add nightly screenshot/puppeteer Github action stub
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzenklotz committed Oct 18, 2024
1 parent e6ec9b8 commit 754a5d1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Nightly Test Pipeline

on:
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

0 comments on commit 754a5d1

Please sign in to comment.