Skip to content

Commit

Permalink
added platform API integration test to Nightly build (#5571)
Browse files Browse the repository at this point in the history
  • Loading branch information
luqmanbello committed Oct 17, 2023
1 parent 09c40d4 commit f1c368b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit f1c368b

Please sign in to comment.