Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Junqiu Lei <[email protected]>
  • Loading branch information
junqiu-lei committed Jan 7, 2023
1 parent d2c649a commit 34962f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,15 @@ jobs:

- name: Checkout Plugin
uses: actions/checkout@v3
with:
path: dashboards-maps

- name: Checkout OpenSearch Dashboards
uses: actions/checkout@v3
with:
repository: opensearch-project/OpenSearch-Dashboards
ref: ${{ env.OPENSEARCH_DASHBOARDS_BRANCH }}
path: OpenSearch-Dashboards

- name: Get node and yarn versions
id: versions_step
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/unit-tests-workflow-for-customImportMap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
steps:
- name: Checkout Plugin
uses: actions/checkout@v3
with:
path: dashboards-maps

# Enable longer filenames for windows
- name: Enable longer filenames
Expand All @@ -34,6 +36,7 @@ jobs:
with:
repository: opensearch-project/OpenSearch-Dashboards
ref: ${{ env.OPENSEARCH_DASHBOARDS_BRANCH }}
path: OpenSearch-Dashboards

- name: Get node and yarn versions
id: versions_step
Expand Down

0 comments on commit 34962f3

Please sign in to comment.