From b2acc157b87da771c77e4e1d2fac34763fae9e67 Mon Sep 17 00:00:00 2001 From: Tauhid Anjum Date: Mon, 28 Jun 2021 16:49:13 +0530 Subject: [PATCH] Integration tests added to releases/v1 (#33) --- .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 <