Skip to content

Commit

Permalink
ci(test): add boolean parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Jul 17, 2024
1 parent c5509f3 commit 3974f0c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,18 @@ jobs:
package:
- name: morpho-ts
jest: true
hardhat: false
- name: morpho-test
jest: false
hardhat: false
- name: blue-sdk
jest: true
hardhat: false
- name: blue-sdk-ethers
jest: true
hardhat: true
- name: blue-sdk-viem
jest: false
hardhat: true

uses: ./.github/workflows/package.yml
Expand Down

0 comments on commit 3974f0c

Please sign in to comment.