Skip to content

fix: シフトボード一覧(PC)を月曜始まりの固定週グリッドに #2652

fix: シフトボード一覧(PC)を月曜始まりの固定週グリッドに

fix: シフトボード一覧(PC)を月曜始まりの固定週グリッドに #2652

Workflow file for this run

name: test-logic
on:
- push
jobs:
unit-test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
shard: [1/2, 2/2]
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup
uses: ./.github/actions/setup
- name: Run Test
run: pnpm vitest run --shard=${{ matrix.shard }} --project=logic