Skip to content

fix(site-builder): ensure that force works and increments the end epoch #229

fix(site-builder): ensure that force works and increments the end epoch

fix(site-builder): ensure that force works and increments the end epoch #229

Workflow file for this run

name: Portal Unit Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
working-directory: common
version: 8
run_install: true
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Run tests
run: cd portal && pnpm run test:common