Skip to content

Commit 74e5d23

Browse files
committed
Removed running integration tests in example project (does not exist)
1 parent f354a23 commit 74e5d23

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929
develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
3030
- name: "🏃 Run tests"
3131
run: ./gradlew check
32-
- name: "🏃 Run integration tests"
33-
working-directory: ./examples/testapp1
34-
run: ./gradlew integrationTest
3532
publish_snapshot:
3633
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
3734
name: "Build Project and Publish Snapshot release"

0 commit comments

Comments
 (0)