Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Update year and readme to prepare the archive #215

Update year and readme to prepare the archive

Update year and readme to prepare the archive #215

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/trigger-workflow-and-wait@v1.6.1
with:
owner: Avaiga
repo: taipy-integration-testing
github_token: ${{secrets.TAIPY_INTEGRATION_TESTING_ACCESS_TOKEN}}
workflow_file_name: tests.yml
ref: develop
wait_interval: 60
propagate_failure: true
trigger_workflow: true
wait_workflow: true
client_payload: '{"repo": "taipy-core", "commitSHA": "${{ github.sha }}"}'