Skip to content

Update version to 4.1.0.dev0 for all (taipy, common, core, gui, rest,… #23

Update version to 4.1.0.dev0 for all (taipy, common, core, gui, rest,…

Update version to 4.1.0.dev0 for all (taipy, common, core, gui, rest,… #23

name: Integration testings on taipy-integration-testing
on:
push:
branches: [ develop, dev/* ]
pull_request:
branches: [ develop , dev/* ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger taipy-integration-testing
uses: convictional/[email protected]
with:
owner: Avaiga
repo: taipy-integration-testing
github_token: ${{secrets.TAIPY_INTEGRATION_TESTING_ACCESS_TOKEN}}
workflow_file_name: taipy-trigger-tests.yml
ref: develop
wait_interval: 60
propagate_failure: true
trigger_workflow: true
wait_workflow: true
client_payload: '{"repo": "taipy", "commitSHA": "${{ github.sha }}"}'