From 08ab3953304e2800cd69e951247b7b413c555078 Mon Sep 17 00:00:00 2001 From: aneeshchakko Date: Thu, 1 Feb 2024 19:23:46 -0500 Subject: [PATCH] - adding testomat reporting --- .github/workflows/matomo-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/matomo-tests.yml b/.github/workflows/matomo-tests.yml index 6681bda..fb69ff7 100644 --- a/.github/workflows/matomo-tests.yml +++ b/.github/workflows/matomo-tests.yml @@ -42,6 +42,7 @@ jobs: - name: running tests uses: matomo-org/github-action-tests@main with: + testomatio: ${{ secrets.TESTOMATIO }} plugin-name: 'JsTrackerCustom' matomo-test-branch: 'maximum_supported_matomo' test-type: 'UI'