这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions .github/workflows/cr.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/js_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ permissions:
env:
NODE_ENV: test
TEST_ARTIFACTS: /tmp/artifacts
LAUNCHABLE_TOKEN: ${{ secrets.LAUNCHABLE_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

concurrency:
Expand All @@ -34,14 +33,6 @@ jobs:
with:
node-version-file: '.node-version'
- uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install launchable command
run: |
pip install launchable
- name: record build
run: launchable record build --name ${GITHUB_RUN_ID}


- run: bun install
Expand All @@ -61,11 +52,6 @@ jobs:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: src/next-sample

- name: launchable record tests
run: launchable record tests jest src/**/junit.xml
if: always()
continue-on-error: true

- name: Enable auto-merge for Dependabot PRs
if: ${{contains(steps.metadata.outputs.dependency-names, 'my-dependency') && steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
run: gh pr merge --auto --merge "$PR_URL"
Expand Down
1 change: 0 additions & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ bun run e2e-chromium
- **テスト実行**: リント、型チェック、ユニットテスト、end-to-end テストを実行
- **カバレッジレポート**: Codecov へ自動アップロード
- **Chromatic統合**: Storybook コンポーネントのビジュアルリグレッションテスト
- **Launchable統合**: テストインテリジェンスとフレーキーテスト検出

### 主要な技術的決定

Expand Down
Loading