Skip to content

Commit

Permalink
fix workflow file
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 3df2a2b commit 13e051c
Showing 1 changed file with 5 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Checkout Plugin
uses: actions/checkout@v1

# Enable longer filenames for windows
- name: Enable longer filenames
if: ${{ matrix.os == 'windows-latest' }}
Expand Down Expand Up @@ -50,13 +47,11 @@ jobs:
echo "Installing yarn ${{ steps.versions_step.outputs.yarn_version }}"
npm i -g yarn@${{ steps.versions_step.outputs.yarn_version }}
- name: Move Observability to Plugins Dir
run: |
ls
cd ..
echo 'HELLO'
ls
mv dashboards-observability OpenSearch-Dashboards/plugins/dashboards-observability
- name: Checkout Dashboards Observability
uses: actions/checkout@v2
with:
path: Opensearch-Dashboards/plugins/dashboards-observability


- name: Plugin Bootstrap
run: |
Expand Down

0 comments on commit 13e051c

Please sign in to comment.