Skip to content

Commit 5b8ac87

Browse files
fix
1 parent af33e9e commit 5b8ac87

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/stage-4-acceptance.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ jobs:
5252
- name: "Deploy application"
5353
run: |
5454
echo "Deploying application..."
55+
- name: "Build OAS file"
56+
working-directory: .
57+
run: |
58+
make publish-oas
59+
shell: bash
5560
test-contract:
5661
name: "Contract test"
5762
runs-on: ubuntu-latest

tests/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"author": "",
33
"dependencies": {
44
"@aws-sdk/client-api-gateway": "^3.906.0",
5+
"@aws-sdk/client-dynamodb": "^3.858.0",
6+
"@aws-sdk/lib-dynamodb": "^3.858.0",
57
"allure-js-commons": "^3.3.3",
68
"charenc": "^0.0.2",
79
"crypt": "^0.0.2",

0 commit comments

Comments
 (0)