Skip to content

Commit 986106e

Browse files
committed
fix(ci): use -p flag to run examples as independent build
python-embed-examples has its own settings.gradle and is not included in the root project. Using -p flag runs Gradle from within the examples directory.
1 parent 54aba78 commit 986106e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: chmod +x gradlew
3434

3535
- name: Run all examples
36-
run: ./gradlew :python-embed-examples:runAllExamples
36+
run: ./gradlew -p python-embed-examples runAllExamples
3737

3838
- name: Upload failure logs
3939
if: failure()

0 commit comments

Comments
 (0)