Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

feat: beta branding #1239

feat: beta branding

feat: beta branding #1239

Workflow file for this run

name: Testing e2e
on: pull_request
concurrency:
cancel-in-progress: true
group: e2e-${{ github.ref }}
jobs:
e2e:
name: Testing e2e
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v5
with:
build: yarn build
start: npx serve@latest out
component: false
install-command: yarn --immutable