From d055d85aad83d629371deb2f0ab68a7d94aa5409 Mon Sep 17 00:00:00 2001 From: Mihir Soni Date: Fri, 22 Nov 2019 14:53:46 -0800 Subject: [PATCH 1/3] Update test-workflow.yml --- .github/workflows/test-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index 3b1fe055..b1976341 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -1,4 +1,4 @@ -name: Test Workflow +name: Testing Workflow # This workflow is triggered on pull requests to development branch on: pull_request: @@ -33,4 +33,4 @@ jobs: uses: actions/upload-artifact@v1 with: name: anomaly-detection-plugin - path: anomaly-detection-artifacts \ No newline at end of file + path: anomaly-detection-artifacts From e1bd024817b954da5bce5cc1ceb1688836b9110a Mon Sep 17 00:00:00 2001 From: Mihir Soni Date: Fri, 22 Nov 2019 15:08:19 -0800 Subject: [PATCH 2/3] Update test-workflow.yml --- .github/workflows/test-workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index b1976341..109ca8f5 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -27,6 +27,7 @@ jobs: - name: Create Artifact Path run: | mkdir -p anomaly-detection-artifacts + ls cp ./anomaly-detection/build/distributions/*.zip anomaly-detection-artifacts # This step uses the upload-artifact Github action: https://github.com/actions/upload-artifact - name: Upload Artifacts From 2fe91150e3364b959da9975f21cdbb396f49f197 Mon Sep 17 00:00:00 2001 From: Mihir Soni Date: Fri, 22 Nov 2019 15:13:36 -0800 Subject: [PATCH 3/3] Update test-workflow.yml --- .github/workflows/test-workflow.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index 109ca8f5..9c9bf7d8 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -27,8 +27,7 @@ jobs: - name: Create Artifact Path run: | mkdir -p anomaly-detection-artifacts - ls - cp ./anomaly-detection/build/distributions/*.zip anomaly-detection-artifacts + cp ./build/distributions/*.zip anomaly-detection-artifacts # This step uses the upload-artifact Github action: https://github.com/actions/upload-artifact - name: Upload Artifacts uses: actions/upload-artifact@v1