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 af33e9e commit 5b8ac87Copy full SHA for 5b8ac87
.github/workflows/stage-4-acceptance.yaml
@@ -52,6 +52,11 @@ jobs:
52
- name: "Deploy application"
53
run: |
54
echo "Deploying application..."
55
+ - name: "Build OAS file"
56
+ working-directory: .
57
+ run: |
58
+ make publish-oas
59
+ shell: bash
60
test-contract:
61
name: "Contract test"
62
runs-on: ubuntu-latest
tests/package.json
@@ -2,6 +2,8 @@
2
"author": "",
3
"dependencies": {
4
"@aws-sdk/client-api-gateway": "^3.906.0",
5
+ "@aws-sdk/client-dynamodb": "^3.858.0",
6
+ "@aws-sdk/lib-dynamodb": "^3.858.0",
7
"allure-js-commons": "^3.3.3",
8
"charenc": "^0.0.2",
9
"crypt": "^0.0.2",
0 commit comments