Skip to content

Commit 0673b47

Browse files
committed
Update Oura GA
1 parent 8529849 commit 0673b47

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/oura.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@ jobs:
3131
uses: gradle/gradle-build-action@v2
3232

3333
- name: Compile code
34-
run: ./gradlew assemble
34+
run: gradle assemble
35+
working-directory: ./kafka-connect-oura-source
3536

3637
# Gradle check
3738
- name: Check
38-
run: ./gradlew check
39+
run: gradle check
40+
working-directory: ./kafka-connect-oura-source
3941

4042
docker:
4143
# The type of runner that the job will run on

0 commit comments

Comments
 (0)