Skip to content

feat(isle): view credential details (#594) #1510

feat(isle): view credential details (#594)

feat(isle): view credential details (#594) #1510

Workflow file for this run

name: Unit Tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: pnpm/action-setup@v4
with:
run_install: false
- uses: actions/setup-node@v4
with:
node-version-file: .node_version
cache: 'pnpm'
- run: pnpm install
- run: pnpm test