Skip to content

Commit 76c0830

Browse files
AtishayMsftatisjai
andauthored
Fix v9 library path (#197)
* Move mouse in corner before collecting screenshot * Fix v9 library path --------- Co-authored-by: Atishay Jain (from Dev Box) <[email protected]>
1 parent 2f56f59 commit 76c0830

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/plotlyTestCoverage_v9.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Run yarn pack in react-charts to create .tgz file
7474
run: |
75-
cd ./repo1/packages/charts/react-charts
75+
cd ./repo1/packages/charts/react-charts/library
7676
yarn pack --filename react-charts.tgz
7777
id: pack-chart-v9
7878

@@ -86,7 +86,7 @@ jobs:
8686
uses: actions/upload-artifact@v4
8787
with:
8888
name: react-charts-tgz
89-
path: ./repo1/packages/charts/react-charts/react-charts.tgz
89+
path: ./repo1/packages/charts/react-charts/library/react-charts.tgz
9090

9191
- name: Checkout [main] of current repo
9292
uses: actions/checkout@v4
@@ -102,7 +102,7 @@ jobs:
102102
- name: Install .tgz file in Plotly examples
103103
run: |
104104
cd contrib_repo/apps/plotly_examples
105-
yarn add ../../../repo1/packages/charts/react-charts/react-charts.tgz
105+
yarn add ../../../repo1/packages/charts/react-charts/library/react-charts.tgz
106106
yarn
107107
108108
- name: Start test app in background

0 commit comments

Comments
 (0)