Skip to content

Commit d69c03b

Browse files
Update ci_examples_java.yml
1 parent 6c33232 commit d69c03b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci_examples_java.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Build and locally deploy dependencies for examples
8686
shell: bash
87-
working-directory: ./DynamoDbEncryption
87+
working-directory: ./submodules/MaterialProviders/AwsCryptographicMaterialProviders
8888
run: |
8989
# This works because `node` is installed by default on GHA runners
9090
CORES=$(node -e 'console.log(os.cpus().length)')
@@ -96,7 +96,4 @@ jobs:
9696
working-directory: ./Examples
9797
run: |
9898
# Run simple examples
99-
gradle -p runtimes/java/DynamoDbEncryption test
100-
# Run migration examples
101-
gradle -p runtimes/java/Migration/PlaintextToAWSDBE test
102-
gradle -p runtimes/java/Migration/DDBECToAWSDBE test
99+
gradle -p runtimes/java/DynamoDbEncryption test

0 commit comments

Comments
 (0)