From 5e9a0f7b82885a9c5777567a5452124bb3033fed Mon Sep 17 00:00:00 2001 From: tauhid621 Date: Mon, 28 Jun 2021 16:48:39 +0530 Subject: [PATCH] Integration tests added to releases/v1 --- .github/workflows/TriggerIntegrationTests.sh | 33 ++++++++++++++++++++ .github/workflows/integration-tests.yml | 19 +++++++++++ 2 files changed, 52 insertions(+) create mode 100644 .github/workflows/TriggerIntegrationTests.sh create mode 100644 .github/workflows/integration-tests.yml diff --git a/.github/workflows/TriggerIntegrationTests.sh b/.github/workflows/TriggerIntegrationTests.sh new file mode 100644 index 0000000..8625da1 --- /dev/null +++ b/.github/workflows/TriggerIntegrationTests.sh @@ -0,0 +1,33 @@ +token=$1 +commit=$2 +repository=$3 +prNumber=$4 +frombranch=$5 +tobranch=$6 +patUser=$6 + +getPayLoad() { + cat <