Skip to content

Run Lighthouse workflow only on main and release/* branches #3

Run Lighthouse workflow only on main and release/* branches

Run Lighthouse workflow only on main and release/* branches #3

Workflow file for this run

name: Run unit tests
on: [push]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cypress-io/github-action@v6
with:
component: true
browser: chrome