chore: fix a bit

This commit is contained in:
d-kimsuon
2025-10-12 23:06:21 +09:00
parent 6d081e54b8
commit a19d5f627c
4 changed files with 64 additions and 67 deletions

View File

@@ -41,9 +41,6 @@ jobs:
- name: Run type checking
run: pnpm typecheck
- name: Run tests
run: pnpm test
e2e:
name: E2E Visual Regression Tests
runs-on: ubuntu-latest
@@ -67,8 +64,8 @@ jobs:
- name: Setup Git user
shell: bash
run: |
git config --global user.email "xxx@example.com"
git config --global user.name "user"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- name: Install dependencies
run: pnpm install --frozen-lockfile
@@ -81,12 +78,6 @@ jobs:
env:
MAX_CONCURRENCY: 5
- name: Setup Git user
shell: bash
run: |
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- name: Commit screenshots
run: |
git add e2e/snapshots