Skip to content

Commit d5694b7

Browse files
committed
remove comments
1 parent 7c27efc commit d5694b7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/integration-test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
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:

0 commit comments

Comments
 (0)