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.
2 parents 07eba7e + c3624fe commit c457527Copy full SHA for c457527
.github/workflows/push.yml
@@ -21,7 +21,9 @@ jobs:
21
- run: npm install
22
- run: npm run lint
23
- run: npm run test -- --coverageDirectory coverage/unit_tests
24
- - run: npm run integration-test -- --coverageDirectory coverage/integration_tests
+ - name: integration-test
25
+ if: ${{ github.actor != 'dependabot[bot]' }}
26
+ run: npm run integration-test -- --coverageDirectory coverage/integration_tests
27
env:
28
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
29
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}
0 commit comments