Skip to content

add option to use own datasourceName #29

add option to use own datasourceName

add option to use own datasourceName #29

Workflow file for this run

name: citest
on:
push:
pull_request:
jobs:
test:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- run: sudo apt-get -y update
- run: sudo apt-get -y install phpunit php-codesniffer
- uses: actions/checkout@v4
- run: make citest