Skip to content

Commit aa60d44

Browse files
Edward AlmondEdward Almond
authored andcommitted
Update CI to run full integration test suite
Run tests/integration/test_docker.py instead of minimal script
1 parent 79b745e commit aa60d44

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,9 @@ jobs:
101101
102102
- name: Run integration tests
103103
run: |
104-
pytest .github/scripts/integration_test.py -v
104+
pytest tests/integration/test_docker.py -v
105105
env:
106+
AWS_ENDPOINT_URL: http://localhost:4566
106107
AWS_ACCESS_KEY_ID: test
107108
AWS_SECRET_ACCESS_KEY: test
108109
AWS_DEFAULT_REGION: us-east-1

0 commit comments

Comments
 (0)