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 76761f2 commit acc4a03Copy full SHA for acc4a03
1 file changed
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: CI
3
permissions:
4
contents: read
5
id-token: write
6
-
+
7
on: push
8
9
jobs:
@@ -30,10 +30,6 @@ jobs:
30
- name: Build and publish to mavenLocal
31
run: ./gradlew publishToMavenLocal
32
33
- - name: Build Examples/DynamoDbEncryption
34
- working-directory: Examples/DynamoDbEncryption
35
- run: ./gradlew build
36
37
- name: Build Examples/DDBECwithSDKV2
38
working-directory: Examples/DDBECwithSDKV2
39
run: ./gradlew build
@@ -45,3 +41,7 @@ jobs:
45
41
- name: Build Examples/Migration/DDBECv2ToAWSDBE
46
42
working-directory: Examples/Migration/DDBECv2ToAWSDBE
47
43
44
+ - name: Build Examples/DynamoDbEncryption
+ working-directory: Examples/DynamoDbEncryption
+ run: ./gradlew build
0 commit comments