Skip to content

BUGFIX EXTPLESK-8950 Fix case when getAll returns 1 database instead of 0 #210

BUGFIX EXTPLESK-8950 Fix case when getAll returns 1 database instead of 0

BUGFIX EXTPLESK-8950 Fix case when getAll returns 1 database instead of 0 #210

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: docker compose run tests
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}