Skip to content

Commit 890a61f

Browse files
committed
fix(ci): Remove unused workflows and add JAVA_VERSION env var to e2e tests.
1 parent 3281f06 commit 890a61f

File tree

4 files changed

+3
-136
lines changed

4 files changed

+3
-136
lines changed

.github/workflows/auto-merge.yml

Lines changed: 0 additions & 66 deletions
This file was deleted.

.github/workflows/check-e2e.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,6 @@ jobs:
6868
role-to-assume: ${{ secrets.AWS_IAM_ROLE }}
6969
aws-region: us-east-1
7070
- name: Run e2e test with Maven
71-
run: mvn -DskipTests install --file pom.xml && mvn -Pe2e -B verify --file powertools-e2e-tests/pom.xml
71+
env:
72+
JAVA_VERSION: ${{ matrix.java }}
73+
run: mvn -DskipTests install --file pom.xml && mvn -Pe2e -B verify --file powertools-e2e-tests/pom.xml

.github/workflows/docs-v2-snapshot.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/publish-v2-snapshot.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)