Skip to content

Move CountertopWorker to TypeScript #112

Move CountertopWorker to TypeScript

Move CountertopWorker to TypeScript #112

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@v2
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