diff --git a/plugins/TestRunner/templates/matomo-tests.yml.twig b/plugins/TestRunner/templates/matomo-tests.yml.twig index e72ff4e2c20..bea83cd10f3 100644 --- a/plugins/TestRunner/templates/matomo-tests.yml.twig +++ b/plugins/TestRunner/templates/matomo-tests.yml.twig @@ -98,6 +98,8 @@ jobs: {% if hasSubmodules %} submodules: true {% endif %} + - name: Install package ripgrep + run: sudo apt-get install ripgrep - name: Run tests uses: matomo-org/github-action-tests@main with: @@ -220,6 +222,7 @@ jobs: uses: matomo-org/github-action-tests@main with: {% if plugin %} + testomatio: ${{ '{{secrets.TESTOMATIO}}' }} plugin-name: '{{ plugin }}' matomo-test-branch: 'maximum_supported_matomo' {% if setupScript %}