Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

pass through mathlib prop #91

pass through mathlib prop

pass through mathlib prop #91

Workflow file for this run

name: "build-test"
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Cached install
uses: bahmutov/[email protected]
- name: Test
run: yarn build && yarn test --coverage
- name: Report coverage
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
build: # ensure the action runs without error
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: |
yarn install
yarn build
- uses: ./
with:
repo: .
out: bundle.json