Skip to content

Puppeteer Test

Puppeteer Test #21

Workflow file for this run

name: Puppeteer Test

Check failure on line 1 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

invalid `cron` attribute "0 0 12 * * MON"
on:
push:
branches:
- main
watch:
types: started
schedule:
- cron: 0 0 12 * * MON
jobs:
puppeteer-job:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '16.x'
- name: Install Puppeteer Dependencies
run: npm install puppeteer
- name: Puppeteer Test
run: node test.js