We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f354a23 commit 74e5d23Copy full SHA for 74e5d23
.github/workflows/gradle.yml
@@ -29,9 +29,6 @@ jobs:
29
develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
30
- name: "🏃 Run tests"
31
run: ./gradlew check
32
- - name: "🏃 Run integration tests"
33
- working-directory: ./examples/testapp1
34
- run: ./gradlew integrationTest
35
publish_snapshot:
36
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
37
name: "Build Project and Publish Snapshot release"
0 commit comments