Skip to content

refactor: move artist detail reads to api #414

refactor: move artist detail reads to api

refactor: move artist detail reads to api #414

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
- test
push:
branches:
- main
jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
- name: Install dependencies
run: pnpm install
- name: Run tests
run: pnpm test