Skip to content

Commit d808f45

Browse files
authored
build: use ./gradlew build
1 parent 61e052c commit d808f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies, run tests, and collect coverage
2727
env:
2828
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
29-
run: gradle build
29+
run: ./gradlew build
3030
- name: Upload coverage to Codecov
3131
uses: codecov/codecov-action@v3
3232
with:

0 commit comments

Comments
 (0)