Run Swimlanes Test #1639
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: Run Swimlanes Test | |
on: | |
schedule: | |
- cron: '*/10 * * * *' | |
jobs: | |
run_swimlanes_test: | |
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 |