We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c33232 commit d69c03bCopy full SHA for d69c03b
.github/workflows/ci_examples_java.yml
@@ -84,7 +84,7 @@ jobs:
84
85
- name: Build and locally deploy dependencies for examples
86
shell: bash
87
- working-directory: ./DynamoDbEncryption
+ working-directory: ./submodules/MaterialProviders/AwsCryptographicMaterialProviders
88
run: |
89
# This works because `node` is installed by default on GHA runners
90
CORES=$(node -e 'console.log(os.cpus().length)')
@@ -96,7 +96,4 @@ jobs:
96
working-directory: ./Examples
97
98
# 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
+ gradle -p runtimes/java/DynamoDbEncryption test
0 commit comments