File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 4747 with :
4848 image-tag : ' latest'
4949 use-pro : ' true'
50- # configuration: LS_LOG=trace
50+ configuration : LS_LOG=trace
5151 install-awslocal : ' true'
5252 env :
5353 LOCALSTACK_AUTH_TOKEN : ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
@@ -56,14 +56,14 @@ jobs:
5656 run : |
5757 ./bin/deploy.sh
5858
59- # - name: Run Integration Tests
60- # env:
61- # AWS_DEFAULT_REGION: us-east-1
62- # AWS_REGION: us-east-1
63- # AWS_ACCESS_KEY_ID: test
64- # AWS_SECRET_ACCESS_KEY: test
65- # run: |
66- # pytest tests/test_infra.py
59+ - name : Run Integration Tests
60+ env :
61+ AWS_DEFAULT_REGION : us-east-1
62+ AWS_REGION : us-east-1
63+ AWS_ACCESS_KEY_ID : test
64+ AWS_SECRET_ACCESS_KEY : test
65+ run : |
66+ pytest tests/test_infra.py
6767
6868 - name : Run Outages Tests
6969 env :
You can’t perform that action at this time.
0 commit comments