Skip to content

Commit bf156a0

Browse files
committed
add test_datasets.yml
1 parent b64c9b2 commit bf156a0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: datasets
2+
3+
on:
4+
pull_request:
5+
branches: [ master, dev ]
6+
paths:
7+
- 'src/**'
8+
- 'tests/**'
9+
- '.github/workflows/**'
10+
11+
jobs:
12+
call-base-test-workflow:
13+
uses: ./.github/workflows/base_test_workflow.yml
14+
with:
15+
module-to-test: datasets

0 commit comments

Comments
 (0)