How macOS runners helped me enter the Playwright Matrix
Introducing: job.strategy.matrix
Below is how I saved my team 15 minutes of CI time waiting for Playwright tests to finish.
Stick around afterward if you want to know how I got here.
name: Playwright Tests
on:
# Triggers
jobs:
playwright:
# Ch...
thesocialqa.hashnode.dev5 min read