test pkg build including all files under odtf/data #247
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Platform Integration | |
on: | |
pull_request: | |
workflow_dispatch: | |
inputs: | |
platform_branch: | |
description: "Platform branch to test with: [git ref]" | |
required: false | |
jobs: | |
platform_testing: | |
uses: OasisLMF/OasisPlatform/.github/workflows/test-python_api.yml@main | |
secrets: inherit | |
with: | |
ods_branch: ${{ github.ref }} | |
platform_branch: ${{ github.event_name != 'workflow_dispatch' && 'main' || inputs.platform_branch }} |