Skip to content

Commit eae473b

Browse files
Try adding env vars
1 parent 01d7c2c commit eae473b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,12 @@ jobs:
196196
- name: Run Deltalake tests
197197
run: |
198198
cargo test --features="deltalake s3" extension_cases::deltalake
199+
env:
200+
AWS_ACCESS_KEY_ID: LSIAQAAAAAAVNCBMPNSG
201+
AWS_SECRET_ACCESS_KEY: 5555555555555555555555555555555555555555
202+
AWS_ENDPOINT_URL: http://localhost:4566
203+
AWS_REGION: us-east-1
204+
AWS_ALLOW_HTTP: true
199205
test-udfs-wasm:
200206
name: Extension / UDFs-WASM
201207
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)