We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee594b commit 4cd3335Copy full SHA for 4cd3335
.github/workflows/config.yml
@@ -23,10 +23,12 @@ jobs:
23
- run: npm install
24
- run: npm run lint
25
- 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}}
+
+ # Disable integration test temporarily
+ # - run: npm run integration-test -- --coverageDirectory coverage/integration_tests
+ # env:
30
+ # AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
31
+ # AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}
32
33
- uses: actions/upload-artifact@v2
34
with:
0 commit comments