Skip to content

Commit

Permalink
update action branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl authored and michalkleiner committed Jun 13, 2024
1 parent 34f8120 commit d3403c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/matomo-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
submodules: true
path: matomo
- name: running tests
uses: matomo-org/github-action-tests@tidb
uses: matomo-org/github-action-tests@main
with:
test-type: ${{ matrix.type }}
mysql-driver: ${{ matrix.adapter }}
Expand All @@ -81,7 +81,7 @@ jobs:
submodules: true
path: matomo
- name: running tests
uses: matomo-org/github-action-tests@tidb
uses: matomo-org/github-action-tests@main
with:
test-type: 'JS'
php-version: '7.2'
Expand All @@ -97,7 +97,7 @@ jobs:
submodules: true
path: matomo
- name: running tests
uses: matomo-org/github-action-tests@tidb
uses: matomo-org/github-action-tests@main
with:
test-type: 'Client'
node-version: '16'
Expand All @@ -116,7 +116,7 @@ jobs:
submodules: true
path: matomo
- name: running tests
uses: matomo-org/github-action-tests@tidb
uses: matomo-org/github-action-tests@main
with:
testomatio: ${{ secrets.TESTOMATIO }}
ui-test-options: '--num-test-groups=4 --test-group=${{ matrix.parts }}'
Expand Down

0 comments on commit d3403c6

Please sign in to comment.