Skip to content

Commit 420c06c

Browse files
author
horike37
committed
chore: remove integration process due to security reason
1 parent 117a1bd commit 420c06c

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/pull_request.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
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:

.github/workflows/push.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ jobs:
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:

0 commit comments

Comments
 (0)