Skip to content

Commit 01673e3

Browse files
committed
chore: restore integration test
1 parent ea02b3d commit 01673e3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/config.yml

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

3331
- uses: actions/upload-artifact@v2
3432
with:

0 commit comments

Comments
 (0)