Skip to content

Commit 4cd3335

Browse files
committed
chore: disable integration test temporarily
1 parent fee594b commit 4cd3335

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/config.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ jobs:
2323
- run: npm install
2424
- run: npm run lint
2525
- run: npm run test -- --coverageDirectory coverage/unit_tests
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}}
26+
27+
# Disable integration test temporarily
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}}
3032

3133
- uses: actions/upload-artifact@v2
3234
with:

0 commit comments

Comments
 (0)