Skip to content

Commit

Permalink
Debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ariskataoka committed Jul 19, 2024
1 parent de8f842 commit 0031a35
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ jobs:
- name: Install dependencies
run: npm ci

- name: List installed packages
run: npm list

- name: Verify jest installation
run: npm ls jest

- name: Run ${{ matrix.config.tool }}
run: npm run '${{ matrix.config.tool }}'

Expand Down Expand Up @@ -102,10 +96,10 @@ jobs:
- name: Install dependencies
run: npm ci

- name: List installed packages
- name: Debug List installed packages
run: npm list

- name: Verify jest installation
- name: Debug Verify jest installation
run: npm ls jest

- name: Run tests
Expand Down

0 comments on commit 0031a35

Please sign in to comment.