File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 84
84
85
85
- name : Build and locally deploy dependencies for examples
86
86
shell : bash
87
- working-directory : ./DynamoDbEncryption
87
+ working-directory : ./submodules/MaterialProviders/AwsCryptographicMaterialProviders
88
88
run : |
89
89
# This works because `node` is installed by default on GHA runners
90
90
CORES=$(node -e 'console.log(os.cpus().length)')
96
96
working-directory : ./Examples
97
97
run : |
98
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
99
+ gradle -p runtimes/java/DynamoDbEncryption test
Original file line number Diff line number Diff line change 84
84
85
85
- name : Compile ${{ matrix.library }} implementation
86
86
shell : bash
87
- working-directory : ./${{ matrix.library }}
87
+ working-directory : ./submodules/MaterialProviders/AwsCryptographicMaterialProviders
88
88
run : |
89
89
# This works because `node` is installed by default on GHA runners
90
90
CORES=$(node -e 'console.log(os.cpus().length)')
You can’t perform that action at this time.
0 commit comments