Skip to content

Commit

Permalink
Update matomo-tests.yml.twig template to install ripgrep and add test…
Browse files Browse the repository at this point in the history
…omat key (#22017)
  • Loading branch information
AltamashShaikh authored Mar 12, 2024
1 parent 833babc commit 306ae7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/TestRunner/templates/matomo-tests.yml.twig
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 %}
Expand Down

0 comments on commit 306ae7a

Please sign in to comment.