Skip to content

Commit c457527

Browse files
authored
Merge pull request #163 from serverless-operations/ci
Update CI config
2 parents 07eba7e + c3624fe commit c457527

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
- run: npm install
2222
- run: npm run lint
2323
- run: npm run test -- --coverageDirectory coverage/unit_tests
24-
- run: npm run integration-test -- --coverageDirectory coverage/integration_tests
24+
- name: integration-test
25+
if: ${{ github.actor != 'dependabot[bot]' }}
26+
run: npm run integration-test -- --coverageDirectory coverage/integration_tests
2527
env:
2628
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
2729
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}

0 commit comments

Comments
 (0)