Skip to content

Commit 0480f6b

Browse files
committed
feat: show which httpclient impl are installed and dependency tree
1 parent 539f9f7 commit 0480f6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
- name: Run integration tests in local mode
5151
working-directory: ${{ matrix.sample_dir }}
5252
run: |
53+
ls /home/runner/.m2/repository/io/fabric8/kubernetes-httpclient-*
54+
mvn dependency:tree
5355
mvn test -P end-to-end-tests
5456
5557
- name: Run E2E tests as a deployment

0 commit comments

Comments
 (0)