Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Update test-workflow.yml #2

Merged
merged 3 commits into from
Nov 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Workflow
name: Testing Workflow
# This workflow is triggered on pull requests to development branch
on:
pull_request:
Expand Down Expand Up @@ -27,10 +27,10 @@ jobs:
- name: Create Artifact Path
run: |
mkdir -p anomaly-detection-artifacts
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
with:
name: anomaly-detection-plugin
path: anomaly-detection-artifacts
path: anomaly-detection-artifacts