Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Dec 22, 2022
1 parent a283b20 commit e281a82
Showing 1 changed file with 2 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@

name: Test and Build Observability Dashboards Plugin

on:
pull_request:
push:
paths:
- '.'
- '.github/workflows/dashboards-observability-test-build-workflow.yml'

on: [pull_request, push]

env:
PLUGIN_NAME: dashboards-observability
Expand Down Expand Up @@ -56,19 +50,11 @@ jobs:
- name: Checkout Dashboards Observability
uses: actions/checkout@v2
with:
path: Opensearch-Dashboards/plugins/dashboards-observability
path: OpenSearch-Dashboards/plugins/dashboards-observability


- name: Plugin Bootstrap
run: |
ls
cd Opensearch-Dashboards
ls
cd plugins
ls
echo "Hello"
cd dashboards-observability
ls
cd OpenSearch-Dashboards/plugins/dashboards-observability
yarn osd bootstrap
Expand Down

0 comments on commit e281a82

Please sign in to comment.