Skip to content

feat: adds default og image for bolt templates (#93) #74

feat: adds default og image for bolt templates (#93)

feat: adds default og image for bolt templates (#93) #74

Workflow file for this run

name: Test
on:
pull_request:
workflow_dispatch:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- run: npm ci
- name: Install Playwright Dependencies
run: npx playwright install chromium --with-deps --only-shell
- run: npm run test -- --project chromium