Skip to content

Commit e920ac0

Browse files
ci: skip submodule update on triggered tests for bdk-ffi merges
1 parent 032e455 commit e920ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-bdk-ffi-latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242

4343
- name: "Run JVM tests"
4444
run: |
45-
bash ./scripts/build-linux-x86_64.sh
45+
bash ./scripts/build-linux-x86_64.sh --skip-submodule-update
4646
./gradlew test -P excludeConnectedTests
4747
./gradlew :examples:build

0 commit comments

Comments
 (0)