Skip to content

Commit 6ac3996

Browse files
committed
m
1 parent 9cc5614 commit 6ac3996

4 files changed

Lines changed: 14 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: composer install
9090

9191
- name: Install PHP V3 dependencies
92-
working-directory: ./test-server/php-v3-server
92+
working-directory: php-v3-server
9393
shell: bash
9494
run: composer install
9595

@@ -103,7 +103,7 @@ jobs:
103103
uses: actions/cache@v3
104104
with:
105105
path: ~/.cache/uv
106-
key: ${{ runner.os }}-uv-${{ hashFiles('**/pyproject.toml') }}
106+
key: ${{ runner.os }}-uv-${{ hashFiles('./test-server/python-v3-server/**/pyproject.toml') }}
107107
restore-keys: |
108108
${{ runner.os }}-uv-
109109

test-server/cpp-v2-server/.duvet/config.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
'$schema' = "https://awslabs.github.io/duvet/config/v0.4.0.json"
22

33
[[source]]
4-
pattern = "aws-sdk-cpp/src/aws-cpp-sdk-s3-encryption/**/*.cpp aws-sdk-cpp/src/aws-cpp-sdk-s3-encryption/**/*.h"
4+
pattern = "aws-sdk-cpp/src/aws-cpp-sdk-s3-encryption/**/*.cpp"
5+
6+
[[source]]
7+
pattern = "aws-sdk-cpp/src/aws-cpp-sdk-s3-encryption/**/*.h"
58

69
# Include required specifications here
710
[[specification]]

test-server/cpp-v2-transition-server/.duvet/config.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
'$schema' = "https://awslabs.github.io/duvet/config/v0.4.0.json"
22

33
[[source]]
4-
pattern = "aws-sdk-cpp/src/aws-cpp-sdk-s3-encryption/**/*.cpp aws-sdk-cpp/src/aws-cpp-sdk-s3-encryption/**/*.h"
4+
pattern = "aws-sdk-cpp/src/aws-cpp-sdk-s3-encryption/**/*.cpp"
5+
6+
[[source]]
7+
pattern = "aws-sdk-cpp/src/aws-cpp-sdk-s3-encryption/**/*.h"
58

69
# Include required specifications here
710
[[specification]]

test-server/cpp-v3-server/.duvet/config.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
'$schema' = "https://awslabs.github.io/duvet/config/v0.4.0.json"
22

33
[[source]]
4-
pattern = "aws-sdk-cpp/src/aws-cpp-sdk-s3-encryption/**/*.cpp aws-sdk-cpp/src/aws-cpp-sdk-s3-encryption/**/*.h"
4+
pattern = "aws-sdk-cpp/src/aws-cpp-sdk-s3-encryption/**/*.cpp"
5+
6+
[[source]]
7+
pattern = "aws-sdk-cpp/src/aws-cpp-sdk-s3-encryption/**/*.h"
58

69
# Include required specifications here
710
[[specification]]

0 commit comments

Comments
 (0)