Skip to content

Commit 3981b29

Browse files
committed
fix: assemble in cve, timeout e2e tests
1 parent e208147 commit 3981b29

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
cache: gradle
2020

2121
- name: Build and test
22-
run: ./gradlew build test
22+
run: ./gradlew build
2323

2424
- name: Publish test results
2525
if: always()
@@ -49,6 +49,7 @@ jobs:
4949

5050
- name: Run e2e tests
5151
run: ./gradlew :jgit-proxy-server:e2eTest
52+
timeout-minutes: 5
5253

5354
- name: Publish e2e test results
5455
if: always()

.github/workflows/cve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # ratchet:actions/checkout@v6
1313
- name: Build project with Gradle
14-
run: ./gradlew clean build
14+
run: ./gradlew clean testClasses
1515
- name: Depcheck
1616
uses: dependency-check/Dependency-Check_Action@1e54355a8b4c8abaa8cc7d0b70aa655a3bb15a6c
1717
id: Depcheck

0 commit comments

Comments
 (0)