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 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)')
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
Original file line number Diff line number Diff line change 8484
8585 - name : Compile ${{ matrix.library }} implementation
8686 shell : bash
87- working-directory : ./${{ matrix.library }}
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)')
You can’t perform that action at this time.
0 commit comments