Skip to content

Commit

Permalink
chore(.github/workflows/test-multiple-versions.yml): improve workflow…
Browse files Browse the repository at this point in the history
… with removing duplicated configs
  • Loading branch information
sukvvon committed Dec 19, 2024
1 parent 83097ef commit c532de3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-multiple-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
with:
node-version: 20
cache: 'pnpm'
cache-dependency-path: '**/pnpm-lock.yaml'
- run: pnpm install --frozen-lockfile
- run: pnpm install
- run: pnpm build # for macro test
- name: Install legacy testing-library
if: ${{ startsWith(matrix.react, '16.') || startsWith(matrix.react, '17.') }}
Expand Down

0 comments on commit c532de3

Please sign in to comment.