Skip to content

build(deps): bump @babel/plugin-transform-private-property-in-object #904

build(deps): bump @babel/plugin-transform-private-property-in-object

build(deps): bump @babel/plugin-transform-private-property-in-object #904

Workflow file for this run

name: CI
on:
push:
branches: [main]
workflow_dispatch:
permissions: read-all
jobs:
cypress-ci:
name: CPE Cypress CI
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
steps:
- name: Checkout for testing
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
with:
ref: main
persist-credentials: false
- name: Use Node.js LTS version
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
with:
node-version: lts/Hydrogen
- name: Install Dependencies
run: npm ci
- name: Cypress run component testing
uses: cypress-io/github-action@1b70233146622b69e789ccdd4f9452adc638d25a
with:
command-prefix: "--"
install: false
component: true
browser: chrome
record: true
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_CPE_SWS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CYPRESS_PROJECT_ID: vwwffz