Skip to content

Commit

Permalink
add test_datasets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMusgrave committed Dec 11, 2024
1 parent 99a97f7 commit 9cab222
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test_datasets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: datasets

on:
pull_request:
branches: [ master, dev ]
paths:
- 'src/**'
- 'tests/**'
- '.github/workflows/**'

jobs:
call-base-test-workflow:
uses: ./.github/workflows/base_test_workflow.yml
with:
module-to-test: datasets

0 comments on commit 9cab222

Please sign in to comment.