summaryrefslogtreecommitdiffstats
path: root/.github/workflows/platform-api-integration-test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/platform-api-integration-test.yml')
-rw-r--r--.github/workflows/platform-api-integration-test.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/platform-api-integration-test.yml b/.github/workflows/platform-api-integration-test.yml
index 48076d79af4..11b4c9c5d40 100644
--- a/.github/workflows/platform-api-integration-test.yml
+++ b/.github/workflows/platform-api-integration-test.yml
@@ -2,6 +2,9 @@ name: API Integration Tests
on:
workflow_dispatch:
+ pull_request:
+ branches:
+ - release/*
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
@@ -71,6 +74,11 @@ jobs:
}
}' > ~/.openbb_platform/user_settings.json
+ - name: Build openbb
+ run: |
+ source runner_env/bin/activate
+ python -c "import openbb; openbb.build()"
+
- name: Launch the Uvicorn Process
run: |
source runner_env/bin/activate