Skip to content

feat: verbose for command errors of pull languages #12

feat: verbose for command errors of pull languages

feat: verbose for command errors of pull languages #12

Workflow file for this run

name: Run Tests
on: [push]
env:
PNPM_CACHE_FOLDER: .pnpm-store
jobs:
test:
name: Test
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [20]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Run Test
run: pnpm run test