Skip to content

Commit

Permalink
add matomo testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkeschiren committed Jan 21, 2025
1 parent b41f9eb commit 5ff4c5d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/matomo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Test plugin with Matomo

on:
pull_request: {}
workflow_dispatch: {}
push:
branches: ["viz"]
jobs:
PluginTests:
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
php: [ '8.2', '8.3', '8.4' ]
target: ['minimum_required_matomo', 'maximum_supported_matomo']
steps:
- uses: actions/checkout@v4
with:
lfs: true
persist-credentials: false
- name: Run tests
uses: Digitalist-Open-Cloud/Matomo-github-action-tests@main
with:
plugin-name: 'SimpleABTesting'
php-version: ${{ matrix.php }}
test-type: 'PluginTests'
matomo-test-branch: ${{ matrix.target }}

0 comments on commit 5ff4c5d

Please sign in to comment.