Skip to content

[PB-5294]: feat/create-suite-launcher-component #130

[PB-5294]: feat/create-suite-launcher-component

[PB-5294]: feat/create-suite-launcher-component #130

Workflow file for this run

name: Components Testing
on:
pull_request:
types:
- opened
- synchronize
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
cache: yarn
- name: Install dependencies
run: yarn install
- name: Build package
run: yarn build
- name: Run Tests
run: yarn test