Skip to content

Commit

Permalink
try to run the tests for windows and mac
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
derek-ho committed Oct 12, 2022
1 parent e468701 commit 84bfc54
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ jobs:
cd OpenSearch-Dashboards/plugins/dashboards-observability
yarn osd bootstrap
- name: Test all dashboards-observability modules
run: |
cd OpenSearch-Dashboards/plugins/dashboards-observability
yarn test
# TODO remove hard coded version when observability is ready
- name: Build Artifact
run: |
Expand Down Expand Up @@ -171,6 +175,11 @@ jobs:
cd OpenSearch-Dashboards/plugins/dashboards-observability
yarn osd bootstrap
- name: Test all dashboards-observability modules
run: |
cd OpenSearch-Dashboards/plugins/dashboards-observability
yarn test
# TODO remove hard coded version when observability is ready
- name: Build Artifact
run: |
Expand Down

0 comments on commit 84bfc54

Please sign in to comment.