Skip to content

Commit

Permalink
Modify test to speed up (revert me)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Jul 9, 2024
1 parent f7da2e5 commit 626e79f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ jobs:
build-cli:
name: Build CLI
uses: ./.github/workflows/build-cli.yml
size-check:
name: Compressed Size
needs: build-cli
uses: ./.github/workflows/size-check.yml
unit-testing:
name: Unit Testing
needs: build-cli
uses: ./.github/workflows/unit-testing.yml
integration-testing:
name: Integration Testing
needs: build-cli
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/integration-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,9 @@ jobs:
strategy:
matrix:
pm:
- name: npm
displayName: npm
version: 10.8.1
- name: pnpm
displayName: pnpm
version: 9.4.0
- name: yarn
displayName: yarn (classic)
version: 1.22.22
- name: yarn
displayName: yarn (berry)
version: 4.3.1
- name: bun
displayName: bun
version: 1.1.17
name: ${{ matrix.pm.displayName }}
steps:
- name: Checkout
Expand Down

0 comments on commit 626e79f

Please sign in to comment.