Skip to content

chore: bump version to 1.1.1 #1035

chore: bump version to 1.1.1

chore: bump version to 1.1.1 #1035

Workflow file for this run

name: Cypress tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
cypress-run:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
browser: ['chrome', 'firefox']
name: Run Cypress tests on ${{ matrix.browser }}
steps:
- name: Checkout
uses: actions/checkout@v4.1.4
- name: Build manifest
run: npm run manifest
- name: Cypress run
uses: cypress-io/github-action@v6
with:
headed: true
browser: ${{ matrix.browser }}
record: false