Skip to content

add credential API tests #1

add credential API tests

add credential API tests #1

Workflow file for this run

name: Tests
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Node.JS Tests
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm test