File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 25
25
- run : npm install
26
26
- run : npm run lint
27
27
- run : npm run coverage
28
- - run : npm run integration-test -- --coverageDirectory coverage/integration_tests
29
- env :
30
- AWS_ACCESS_KEY_ID : ${{secrets.AWS_ACCESS_KEY_ID}}
31
- AWS_SECRET_ACCESS_KEY : ${{secrets.AWS_SECRET_ACCESS_KEY}}
32
28
33
29
- uses : actions/upload-artifact@v4
34
30
with :
Original file line number Diff line number Diff line change 21
21
- run : npm install
22
22
- run : npm run lint
23
23
- run : npm run coverage
24
- - 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}}
30
24
31
25
- uses : actions/upload-artifact@v4
32
26
with :
You can’t perform that action at this time.
0 commit comments