Skip to content

Commit

Permalink
fix cloudfilter ci
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Sep 11, 2024
1 parent 96c5265 commit e99f072
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
# specific language governing permissions and limitations
# under the License.

name: Behavior Test Integration CloudFilter
name: Behavior Test Integration Cloud Filter

on:
push:
paths:
- "integrations/cloudfilter/**.rs"
- "integrations/cloudfilter/Cargo.toml"
- ".github/workflows/test_behavior_integration_cloudfilter.yml"
- ".github/workflows/test_behavior_integration_cloud_filter.yml"
pull_request:
paths:
- "integrations/cloudfilter/**.rs"
- "integrations/cloudfilter/Cargo.toml"
- ".github/workflows/test_behavior_integration_cloudfilter.yml"
- ".github/workflows/test_behavior_integration_cloud_filter.yml"

jobs:
test:
Expand All @@ -39,11 +39,11 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Rust toolchain
uses: ./.github/actions/setup

- name: Test Integration CloudFilter
working-directory: integrations/cloudfilter
working-directory: integrations/cloud_filter
run: cargo test --test behavior
env:
OPENDAL_TEST: fs
OPENDAL_FS_ROOT: ../../fixtures/data
OPENDAL_DISABLE_RANDOM_ROOT: 'true'
OPENDAL_DISABLE_RANDOM_ROOT: "true"

0 comments on commit e99f072

Please sign in to comment.