From f278626f775b1f437552d12c34bd63e75c71fc47 Mon Sep 17 00:00:00 2001 From: Sundar Date: Thu, 10 Jun 2021 14:51:38 +0530 Subject: [PATCH] Added integration tests. (#43) --- .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..1e4ae71 --- /dev/null +++ b/.github/workflows/TriggerIntegrationTests.sh @@ -0,0 +1,33 @@ +token=$1 +commit=$2 +repository=$3 +prNumber=$4 +frombranch=$5 +tobranch=$6 +patUser=$7 + +getPayLoad() { + cat <