Skip to content

chore(CD): Update node version to 20 + Install pnpm #2

chore(CD): Update node version to 20 + Install pnpm

chore(CD): Update node version to 20 + Install pnpm #2

Workflow file for this run

---
name: coverage
on:
push:
branches: [master]
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: yarn
- uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_REPORTER_ID }}
with:
coverageCommand: pnpm test:coverage
debug: true