Skip to content

fix: use react-jsx transform #265

fix: use react-jsx transform

fix: use react-jsx transform #265

name: Test (Web Components)
on:
push:
branches:
- 'main'
paths:
- 'packages/main/src/webComponents/**/*'
pull_request:
paths:
- 'packages/main/src/webComponents/**/*'
jobs:
cypress-test:
name: 'Cypress'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v5
with:
build: yarn build
browser: chrome
component: true
spec: |
packages/main/src/webComponents
- uses: actions/upload-artifact@v4
if: always()
with:
name: web-components-coverage
path: temp/cypress-coverage