Skip to content

Commit cc7f42e

Browse files
Merge branch 'test-MPL-breaking' of https://github.com/aws/aws-database-encryption-sdk-dynamodb into test-MPL-breaking
2 parents 9f8824f + 317d2e9 commit cc7f42e

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
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

.github/workflows/ci_examples_net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
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)')

0 commit comments

Comments
 (0)