Skip to content

Commit 51aeadd

Browse files
AtishayMsftatisjai
andauthored
Fix v9 storybook workflows (#418)
Co-authored-by: Atishay Jain (from Dev Box) <[email protected]>
1 parent 451d02d commit 51aeadd

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/testCoverage_v9storybook.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ jobs:
6767
with:
6868
path: contrib_repo
6969

70+
- name: Install packages
71+
run: |
72+
cd contrib_repo/apps/plotly_examples
73+
yarn
74+
7075
- name: Run Playwright test script (with webServer)
7176
run: |
7277
cd contrib_repo/apps/plotly_examples

.github/workflows/update_v9_storybook_snapshots.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update v9 test snapshots
1+
name: Update v9 storybook test snapshots
22

33
on:
44
schedule:
@@ -55,6 +55,11 @@ jobs:
5555
with:
5656
path: contrib_repo
5757

58+
- name: Install packages
59+
run: |
60+
cd contrib_repo/apps/plotly_examples
61+
yarn
62+
5863
- name: Run Playwright test script (with webServer)
5964
run: |
6065
cd contrib_repo/apps/plotly_examples

0 commit comments

Comments
 (0)