Skip to content

chore(deps): update dependency ts-jest to v29.1.3 (#192) #438

chore(deps): update dependency ts-jest to v29.1.3 (#192)

chore(deps): update dependency ts-jest to v29.1.3 (#192) #438

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test-action:
runs-on: ubuntu-latest
name: test
steps:
- name: checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
with:
token: ${{ github.token }}
fetch-depth: 0
- name: setup node
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
with:
node-version: 'node'
cache: 'yarn'
- name: install
run: yarn --frozen-lockfile
- name: test
run: yarn test
- name: coverage
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}