Skip to content

Commit fb47296

Browse files
committed
[DELETE ME] Run only UI tests
1 parent e0860d5 commit fb47296

1 file changed

Lines changed: 0 additions & 73 deletions

File tree

.github/workflows/matomo-tests.yml

Lines changed: 0 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -57,79 +57,6 @@ concurrency:
5757
cancel-in-progress: true
5858

5959
jobs:
60-
PHP:
61-
runs-on: ubuntu-24.04
62-
strategy:
63-
fail-fast: ${{ inputs.is_preview == true }}
64-
matrix:
65-
type: [ 'UnitTests', 'SystemTestsPlugins', 'SystemTestsCore', 'IntegrationTestsCore', 'IntegrationTestsPlugins' ]
66-
environment:
67-
- php: '7.2'
68-
adapter: 'PDO_MYSQL'
69-
mysql-engine: 'Mysql'
70-
mysql-version: '5.7'
71-
- php: '8.2'
72-
adapter: 'PDO_MYSQL'
73-
mysql-engine: 'Mariadb'
74-
mysql-version: '11.4'
75-
- php: '8.5'
76-
adapter: 'MYSQLI'
77-
mysql-engine: 'Mysql'
78-
mysql-version: '8.0'
79-
steps:
80-
- uses: actions/checkout@v6
81-
with:
82-
lfs: false
83-
persist-credentials: false
84-
submodules: true
85-
path: matomo
86-
ref: ${{ inputs.ref || github.ref }}
87-
- name: running tests
88-
uses: matomo-org/github-action-tests@main
89-
with:
90-
test-type: ${{ matrix.type }}
91-
mysql-driver: ${{ matrix.environment.adapter }}
92-
mysql-engine: ${{ matrix.environment.mysql-engine }}
93-
mysql-version: ${{ matrix.environment.mysql-version }}
94-
php-version: ${{ matrix.environment.php }}
95-
redis-service: true
96-
artifacts-pass: ${{ secrets.ARTIFACTS_PASS }}
97-
upload-artifacts: ${{ matrix.environment.php == '7.2' }}
98-
testomatio: ${{ secrets.TESTOMATIO_INTEGRATION }}
99-
Javascript:
100-
runs-on: ubuntu-24.04
101-
timeout-minutes: 15
102-
steps:
103-
- uses: actions/checkout@v6
104-
with:
105-
lfs: false
106-
persist-credentials: false
107-
submodules: true
108-
path: matomo
109-
ref: ${{ inputs.ref || github.ref }}
110-
- name: running tests
111-
uses: matomo-org/github-action-tests@main
112-
with:
113-
test-type: 'JS'
114-
php-version: '7.2'
115-
node-version: '12'
116-
Client:
117-
runs-on: ubuntu-24.04
118-
timeout-minutes: 15
119-
steps:
120-
- uses: actions/checkout@v6
121-
with:
122-
lfs: false
123-
persist-credentials: false
124-
submodules: true
125-
path: matomo
126-
ref: ${{ inputs.ref || github.ref }}
127-
- name: running tests
128-
uses: matomo-org/github-action-tests@main
129-
with:
130-
test-type: 'Client'
131-
node-version: '16'
132-
mysql-service: false
13360
UI:
13461
runs-on: ubuntu-24.04
13562
strategy:

0 commit comments

Comments
 (0)