Update test matrix for UI tests

This commit is contained in:
Théophile Diot 2024-02-07 15:26:03 +01:00
parent 59435d4b17
commit f61dad49ef
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -90,7 +90,7 @@ jobs:
strategy:
fail-fast: false
matrix:
test: ${{ fromJson(needs.prepare-tests-core.outputs.tests) }}
test: ${{ fromJson(needs.prepare-tests-ui.outputs.tests) }}
uses: ./.github/workflows/tests-ui.yml
with:
TEST: ${{ matrix.test }}
@ -100,7 +100,7 @@ jobs:
strategy:
fail-fast: false
matrix:
test: ${{ fromJson(needs.prepare-tests-core.outputs.tests) }}
test: ${{ fromJson(needs.prepare-tests-ui.outputs.tests) }}
uses: ./.github/workflows/tests-ui-linux.yml
with:
TEST: ${{ matrix.test }}