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 2525 - run : npm install
2626 - run : npm run lint
2727 - 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}}
3228
3329 - uses : actions/upload-artifact@v4
3430 with :
Original file line number Diff line number Diff line change 2121 - run : npm install
2222 - run : npm run lint
2323 - 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}}
3024
3125 - uses : actions/upload-artifact@v4
3226 with :
You can’t perform that action at this time.
0 commit comments