From 6a8199f7d6d6f17a423d09703eca0b39e526c18a Mon Sep 17 00:00:00 2001 From: Stephen Franceschelli Date: Mon, 2 Oct 2023 13:07:59 -0400 Subject: [PATCH] Remove Integration tests. --- .github/workflows/TriggerIntegrationTests.sh | 32 -------------------- .github/workflows/integration-tests.yml | 19 ------------ 2 files changed, 51 deletions(-) delete mode 100644 .github/workflows/TriggerIntegrationTests.sh delete mode 100644 .github/workflows/integration-tests.yml diff --git a/.github/workflows/TriggerIntegrationTests.sh b/.github/workflows/TriggerIntegrationTests.sh deleted file mode 100644 index a742641..0000000 --- a/.github/workflows/TriggerIntegrationTests.sh +++ /dev/null @@ -1,32 +0,0 @@ -token=$1 -commit=$2 -repository=$3 -prNumber=$4 -frombranch=$5 -tobranch=$6 -patUser=$7 - -getPayLoad() { - cat <