Skip to content

update chrome ext screenshots script #158

update chrome ext screenshots script

update chrome ext screenshots script #158

Workflow file for this run

name: Run tests
on:
push:
branches:
- master
- develop
pull_request:
branches:
- develop
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
- name: install dependencies
run: yarn
- name: install playwright
run: yarn playwright install --with-deps
- name: run tests
run: make ci