Skip to content

feat(HNG-5): add custom modal #1077

feat(HNG-5): add custom modal

feat(HNG-5): add custom modal #1077

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