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 3f9c67d commit 1ba7e24Copy full SHA for 1ba7e24
.github/workflows/samples.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: "Build Sample: ${{ matrix.sample }}"
49
working-directory: ./samples/${{ matrix.sample }}
50
- run: ./../../gradlew --no-daemon clean build
+ run: ./gradlew --no-daemon clean build
51
52
- name: Upload Reports
53
if: ${{ !cancelled() }}
0 commit comments