We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d7c2c commit eae473bCopy full SHA for eae473b
1 file changed
.github/workflows/test.yml
@@ -196,6 +196,12 @@ jobs:
196
- name: Run Deltalake tests
197
run: |
198
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
205
test-udfs-wasm:
206
name: Extension / UDFs-WASM
207
runs-on: ubuntu-latest
0 commit comments