Skip to content

Commit eb35ef3

Browse files
committed
chore(ci): simplify E2E test workflow by removing matrix strategy
1 parent e6f1941 commit eb35ef3

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ jobs:
8080
name: E2E Tests
8181
runs-on: ubuntu-latest
8282
needs: build
83-
strategy:
84-
matrix:
85-
test-type: [ maven, gradle ]
8683
steps:
8784
- name: Checkout code
8885
uses: actions/checkout@v4
@@ -99,15 +96,5 @@ jobs:
9996
java-version: "25"
10097
distribution: "temurin"
10198

102-
- name: Setup Maven
103-
if: matrix.test-type == 'maven'
104-
uses: stCarolas/setup-maven@v5
105-
with:
106-
maven-version: 3.9.6
107-
108-
- name: Setup Gradle
109-
if: matrix.test-type == 'gradle'
110-
uses: gradle/actions/setup-gradle@v4
111-
11299
- name: Run E2E tests (${{ matrix.test-type }})
113100
run: make test-e2e

0 commit comments

Comments
 (0)