Skip to content

fix: update comments to clarify localhost image handling in SongThumb… #236

fix: update comments to clarify localhost image handling in SongThumb…

fix: update comments to clarify localhost image handling in SongThumb… #236

Workflow file for this run

name: Run Tests
on:
push:
branches:
- develop
- main
pull_request:
branches:
- develop
- main
jobs:
test:
runs-on: ubuntu-latest
env:
THUMBNAIL_URL: ${{ vars.THUMBNAIL_URL }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Run tests
run: bun test