mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2025-12-26 17:54:23 +01:00
chore: fix a bit
This commit is contained in:
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user