Skip to content

Commit

Permalink
Merge pull request #118 from ArneBinder/dummy_test_datasets
Browse files Browse the repository at this point in the history
fix CI for dataset tests
  • Loading branch information
ArneBinder authored Apr 15, 2024
2 parents b1f4d92 + aadb718 commit fcb66a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ on:
- "dataset_builders/**"
- "tests/dataset_builders/**"
- "tests/fixtures/dataset_builders/**"
- ".github/workflows/**"
- "!.github/workflows/test.yaml"
pull_request:
branches: [main, "release/*"]
paths-ignore:
- "dataset_builders/**"
- "tests/dataset_builders/**"
- "tests/fixtures/dataset_builders/**"
- ".github/workflows/**"
- "!.github/workflows/test.yaml"

jobs:
tests:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
push:
branches: [main]
paths:
- "src/dataset_builders/**"
- "dataset_builders/**"
- "data/datasets/**"
- "tests/dataset_builders/**"
- "tests/fixtures/dataset_builders/**"
- ".github/workflows/test_datasets.yaml"
pull_request:
branches: [main, "release/*"]
paths:
- "src/dataset_builders/**"
- "dataset_builders/**"
- "data/datasets/**"
- "tests/dataset_builders/**"
- "tests/fixtures/dataset_builders/**"
Expand Down

0 comments on commit fcb66a0

Please sign in to comment.