Skip to content

ci(package): refactor workflows (2) #21

ci(package): refactor workflows (2)

ci(package): refactor workflows (2) #21

Workflow file for this run

name: Build & test packages
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
jest:
strategy:
fail-fast: false
matrix:
package:
- name: morpho-ts
jest: true
- name: morpho-test
- name: blue-sdk
jest: true
- name: blue-sdk-ethers
jest: true
hardhat: true
- name: blue-sdk-viem
hardhat: true
uses: ./.github/workflows/package.yml
with:
name: ${{ matrix.package.name }}
jest: ${{ matrix.package.jest }}
hardhat: ${{ matrix.package.hardhat }}