Skip to content

Merge pull request #195 from tvkitchen/153-typescript-countertop #152

Merge pull request #195 from tvkitchen/153-typescript-countertop

Merge pull request #195 from tvkitchen/153-typescript-countertop #152

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
target_node:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Use Node.js 16.x
- uses: actions/setup-node@v3
with:
node-version: 16.x
- run: yarn install
- run: yarn build
- run: yarn test:js --coverage
- uses: codecov/codecov-action@v3
with:
flags: javascript
- run: yarn test:ts --coverage
- uses: codecov/codecov-action@v3
with:
flags: typescript