Browse Source

add github action

pull/7520/head
chrislu 2 weeks ago
parent
commit
70a4289466
  1. 11
      .github/workflows/s3-parquet-tests.yml

11
.github/workflows/s3-parquet-tests.yml

@ -97,6 +97,17 @@ jobs:
VOLUME_PORT: 8080
MASTER_PORT: 9333
- name: Run cross-filesystem compatibility tests
run: |
cd test/s3/parquet
TEST_QUICK=1 make test-cross-fs-with-server
env:
SEAWEEDFS_BINARY: weed
S3_PORT: 8333
FILER_PORT: 8888
VOLUME_PORT: 8080
MASTER_PORT: 9333
- name: Run SSE-S3 encryption compatibility tests
run: |
cd test/s3/parquet

Loading…
Cancel
Save