Skip to content

fix: align image storage with koel/koel#2479 + allow Apache to follow symlinks #108

fix: align image storage with koel/koel#2479 + allow Apache to follow symlinks

fix: align image storage with koel/koel#2479 + allow Apache to follow symlinks #108

Workflow file for this run

name: Continuous integration
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
permissions: read-all
jobs:
test:
name: Run tests
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Run tests
uses: ./.github/actions/test