Skip to content

Commit

Permalink
remove pnpm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed May 16, 2024
1 parent d84d81d commit 7e8060e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
run: yarn install
- name: Run Tests
run: yarn test
- name: Run yarn pnp tests
if: matrix.os == 'ubuntu-latest'
run: yarn test-pnp
# - name: Run yarn pnp tests
# if: matrix.os == 'ubuntu-latest'
# run: yarn test-pnp
- name: Coverage
if: matrix.os == 'ubuntu-latest'
run: yarn test-coverage
Expand Down

0 comments on commit 7e8060e

Please sign in to comment.