Skip to content

Divided image and icons logic on FImage Cell #118

Divided image and icons logic on FImage Cell

Divided image and icons logic on FImage Cell #118

Workflow file for this run

name: Ketchup Unit Test
on:
pull_request:
branches:
- develop
- master
jobs:
unit-test:
runs-on: ubuntu-latest
concurrency:
group: generate-docs-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "18.16.0"
cache: "yarn"
- name: Install dependencies
run: yarn install --immutable
- name: Run build
run: npm run k:build
- name: Execute tests
run: npm run k:test:unit