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 0ea3bbd commit 453245eCopy full SHA for 453245e
.github/workflows/gradle.yml
@@ -29,9 +29,9 @@ 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
+ - name: "🏃 Run functional tests"
+ working-directory: ./functional-tests
+ run: ./gradlew check
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