Skip to content

feat: Fix certSuccess #11

feat: Fix certSuccess

feat: Fix certSuccess #11

Workflow file for this run

name: Tests
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
release:
name: Tests
runs-on: ubuntu-22.04
steps:
- name: Checkout
id: checkout
# from https://github.com/actions/checkout/commits/main
uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- run: npm run build --if-present
- name: Run tests
run: npm run coverage