Skip to content

Feature/wysiwyg editor #10

Feature/wysiwyg editor

Feature/wysiwyg editor #10

Workflow file for this run

name: Unit Test
on:
workflow_dispatch:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
static-analytics:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Packages Install
run: npm ci
- name: Copy wrangler.toml
run: cp wrangler.example.toml wrangler.toml
- name: Unit Test
run: npm run test