summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuqman <luqazino@gmail.com>2023-10-17 14:41:37 +0100
committerGitHub <noreply@github.com>2023-10-17 13:41:37 +0000
commitf1c368b906bd1fdfdc7bddcabdadbd1f546f0875 (patch)
tree1f2f2b037d58695f34e971e3204a3c2e6096e0d4
parent09c40d4cfddfdf1eb0bca8d65f23994356f2b5e0 (diff)
added platform API integration test to Nightly build (#5571)
-rw-r--r--.github/workflows/nightly-build.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml
index 07bf7355543..d1b8792779f 100644
--- a/.github/workflows/nightly-build.yml
+++ b/.github/workflows/nightly-build.yml
@@ -53,3 +53,12 @@ jobs:
with:
workflow: pypi-nightly.yml
token: ${{ secrets.GITHUB_TOKEN }}
+
+ trigger-api-integration-test:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Trigger Platform API Integration Test
+ uses: aurelien-baudet/workflow-dispatch@v2
+ with:
+ workflow: platform-api-integration-test.yml
+ token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file