Skip to content

Feat/hng 43 template preview component #1080

Feat/hng 43 template preview component

Feat/hng 43 template preview component #1080

Workflow file for this run

name: Test for PR
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: pnpm/action-setup@v4
with:
version: 9
- run: pnpm install
- name: "Test"
run: pnpm run test:ci -- --max-warnings 0
- name: "Upload Coverage"
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage