Commit 044320e 1 parent 6eaa56a commit 044320e Copy full SHA for 044320e
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
node-version : 20
19
19
cache : npm
20
20
21
+ - name : Install Playwright Browsers
22
+ run : npx playwright install --with-deps
23
+
21
24
- name : Install Dependencies
22
25
run : npm ci
23
26
27
30
- name : Symlink built packages binaries (e.g. "wds")
28
31
run : npm ci
29
32
30
- - name : Install Playwright Browsers
31
- run : npx playwright install --with-deps
32
-
33
33
- name : Run tests
34
34
run : npm run test:storybook-builder
35
35
55
55
node-version : 20
56
56
cache : npm
57
57
58
+ - name : Install Playwright Browsers
59
+ run : npx playwright install --with-deps
60
+
58
61
- name : Install Dependencies
59
62
run : npm ci
60
63
64
67
- name : Symlink built packages binaries (e.g. "wds")
65
68
run : npm ci
66
69
67
- - name : Install Playwright Browsers
68
- run : npx playwright install --with-deps
69
-
70
70
- name : Run tests
71
71
run : npm run test:storybook-builder
72
72
You can’t perform that action at this time.
0 commit comments