Testing for reporter

This commit is contained in:
thororen1234 2024-08-09 23:49:23 -04:00
parent 2849c36cdf
commit a576b736bb
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
# Every day at midnight # Every day at midnight
- cron: 0 0 * * * - cron: 0 5 * * *
jobs: jobs:
TestPlugins: TestPlugins:

View file

@ -39,7 +39,7 @@ const browser = await pup.launch({
headless: true, headless: true,
executablePath: process.env.CHROMIUM_BIN, executablePath: process.env.CHROMIUM_BIN,
args: [ args: [
'--shm-size=5gb' // Testing Value '--shm-size=4gb'
] ]
}); });