Skip to content

Mint tax and cash #2358

Mint tax and cash

Mint tax and cash #2358

Workflow file for this run

name: Jest Tests
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
package:
- program-boilerplate
- component-boilerplate
- stencil-grapes-plugin
- mint-components
- integration-boilerplate-node
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 15.x
- run: cd packages/${{ matrix.package }} && npm install
- run: cd packages/${{ matrix.package }} && npm run build --if-present
- run: cd packages/${{ matrix.package }} && npm test