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 1967c22 commit 53d7989Copy full SHA for 53d7989
.github/workflows/pull_request.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- run: npm install
26
- run: npm run lint
27
- - run: npm run coverage
+ - run: npm run test
28
- run: npm run integration-test -- --coverageDirectory coverage/integration_tests
29
env:
30
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
.github/workflows/push.yml
@@ -20,7 +20,7 @@ jobs:
20
${{ runner.os }}-sls-
21
22
23
- name: integration-test
if: ${{ github.actor != 'dependabot[bot]' }}
run: npm run integration-test -- --coverageDirectory coverage/integration_tests
0 commit comments