Skip to content

Run Swimlanes Test #2346

Run Swimlanes Test

Run Swimlanes Test #2346

name: Run Swimlanes Test
on:
workflow_dispatch:
schedule:
- cron: '*/5 * * * *'
jobs:
run_swimlanes_test_parallel:
strategy:
matrix:
index: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Run Puppeteer script for swimlanes images
run: npm run homepageImageLoadingTestProd
- name: Run Puppeteer script for the featured image
run: npm run homepageFeaturedImageLoadingTestProd