Skip to content

feat: update MultiSelect.svelte for Svelte5 compatibility #583

feat: update MultiSelect.svelte for Svelte5 compatibility

feat: update MultiSelect.svelte for Svelte5 compatibility #583

Workflow file for this run

name: Tests
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
release:
types: [published]
jobs:
tests:
uses: janosh/workflows/.github/workflows/npm-test-release.yml@main

Check failure on line 14 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

error parsing called workflow ".github/workflows/test.yml" -> "janosh/workflows/.github/workflows/npm-test-release.yml@main" : failed to fetch workflow: workflow was not found.
with:
install-cmd: npm install --force
test-cmd: npm run test:unit