Skip to content

Commit 453245e

Browse files
committed
Fixed Java CI workflow
1 parent 0ea3bbd commit 453245e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ 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
32+
- name: "🏃 Run functional tests"
33+
working-directory: ./functional-tests
34+
run: ./gradlew check
3535
publish_snapshot:
3636
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
3737
name: "Build Project and Publish Snapshot release"

0 commit comments

Comments
 (0)