Skip to content

Commit 53d7989

Browse files
author
horike37
committed
chore: update ci
1 parent 1967c22 commit 53d7989

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
- run: npm install
2626
- run: npm run lint
27-
- run: npm run coverage
27+
- run: npm run test
2828
- run: npm run integration-test -- --coverageDirectory coverage/integration_tests
2929
env:
3030
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
${{ runner.os }}-sls-
2121
- run: npm install
2222
- run: npm run lint
23-
- run: npm run coverage
23+
- run: npm run test
2424
- name: integration-test
2525
if: ${{ github.actor != 'dependabot[bot]' }}
2626
run: npm run integration-test -- --coverageDirectory coverage/integration_tests

0 commit comments

Comments
 (0)