From 15c0ce5ee29246e57ae74b1422b1b2f3cf7bbb38 Mon Sep 17 00:00:00 2001 From: Ryan Liang Date: Wed, 13 Dec 2023 13:05:25 -0800 Subject: [PATCH] Fix the command format Signed-off-by: Ryan Liang --- .../workflows/cypress-e2e-gantt-chart-test.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/cypress-e2e-gantt-chart-test.yml b/.github/workflows/cypress-e2e-gantt-chart-test.yml index bd4d04b..653a26f 100644 --- a/.github/workflows/cypress-e2e-gantt-chart-test.yml +++ b/.github/workflows/cypress-e2e-gantt-chart-test.yml @@ -8,13 +8,13 @@ env: OPENSEARCH_PLUGIN_VERSION: 3.0.0.0 jobs: - Get-CI-Image-Tag: + Get-OSD-CI-Image-Tag: uses: opensearch-project/opensearch-build/.github/workflows/get-ci-image-tag.yml@main with: product: opensearch-dashboards test: - needs: Get-CI-Image-Tag + needs: Get-OSD-CI-Image-Tag runs-on: ubuntu-latest container: # using the same image which is used by opensearch-build team to build the OpenSearch Distribution @@ -38,13 +38,13 @@ jobs: run: | mv gantt-chart ./dashboards-visualizations/OpenSearch-Dashboards/plugins - - name: Plugin Bootstrap / stylelint / test - run: | - chown -R 1000:1000 `pwd` - cd dashboards-visualizations/OpenSearch-Dashboards/ - su `id -un 1000` -c "source $NVM_DIR/nvm.sh && nvm use && node -v && yarn -v && - cd ./plugins/gantt-chart && - whoami && yarn osd bootstrap + - name: Plugin Bootstrap / stylelint / test + run: | + chown -R 1000:1000 `pwd` + cd dashboards-visualizations/OpenSearch-Dashboards/ + su `id -un 1000` -c "source $NVM_DIR/nvm.sh && nvm use && node -v && yarn -v && + cd ./plugins/gantt-chart && + whoami && yarn osd bootstrap - name: Where am I run: |